From 22ae30b3e5a60f07db8a75cde8e736ca67c0a9c6 Mon Sep 17 00:00:00 2001 From: CerberusWolfie Date: Mon, 13 Jan 2025 22:23:36 -0500 Subject: [PATCH] Port over basics from Magistrate from MRP branch. --- .../prototypes/access/accesses.ftl | 1 + .../Locale/en-US/job/department-desc.ftl | 1 + Resources/Locale/en-US/job/department.ftl | 1 + .../Prototypes/Roles/Jobs/departments.yml | 11 +++- .../_Goobstation/Access/centcomm.yml | 4 ++ .../Roles/Jobs/Command/magistrate.yml | 51 ++++++++++++++++++ .../_Goobstation/Roles/play_time_trackers.yml | 3 ++ .../_Goobstation/StatusEffects/job.yml | 7 +++ .../magistrate.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 5237 bytes .../Uniforms/Jumpsuit/magistrate.rsi/icon.png | Bin 0 -> 4569 bytes .../Jumpsuit/magistrate.rsi/inhand-left.png | Bin 0 -> 4424 bytes .../Jumpsuit/magistrate.rsi/inhand-right.png | Bin 0 -> 4430 bytes .../Jumpsuit/magistrate.rsi/meta.json | 26 +++++++++ .../Misc/job_icons.rsi/magistrate.png | Bin 0 -> 185 bytes .../Interface/Misc/job_icons.rsi/meta.json | 3 ++ 15 files changed, 107 insertions(+), 1 deletion(-) create mode 100644 Resources/Prototypes/_Goobstation/Roles/Jobs/Command/magistrate.yml create mode 100644 Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpsuit/magistrate.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpsuit/magistrate.rsi/icon.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpsuit/magistrate.rsi/inhand-left.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpsuit/magistrate.rsi/inhand-right.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpsuit/magistrate.rsi/meta.json create mode 100644 Resources/Textures/_Goobstation/Interface/Misc/job_icons.rsi/magistrate.png diff --git a/Resources/Locale/en-US/_Goobstation/prototypes/access/accesses.ftl b/Resources/Locale/en-US/_Goobstation/prototypes/access/accesses.ftl index 131d1eef770..e11ee5caeaf 100644 --- a/Resources/Locale/en-US/_Goobstation/prototypes/access/accesses.ftl +++ b/Resources/Locale/en-US/_Goobstation/prototypes/access/accesses.ftl @@ -1,2 +1,3 @@ id-card-access-level-ntr = Nanotrasen Representative id-card-access-level-bso = Blueshield Officer +id-card-access-level-mag = Magistrate diff --git a/Resources/Locale/en-US/job/department-desc.ftl b/Resources/Locale/en-US/job/department-desc.ftl index 0243d61942f..f9670d4b6b3 100644 --- a/Resources/Locale/en-US/job/department-desc.ftl +++ b/Resources/Locale/en-US/job/department-desc.ftl @@ -7,3 +7,4 @@ department-Security-description = Keep the peace around the station. department-Science-description = Research artifacts and anomalies to invent new equipment for the station department-Silicon-description = Obey your laws and serve the crew. department-Specific-description = Jobs that not all stations have. +department-Dignitary-description = Assist Heads of Staff and Captain, follow your directives. diff --git a/Resources/Locale/en-US/job/department.ftl b/Resources/Locale/en-US/job/department.ftl index 2295a9ba9d3..784e8f8e87b 100644 --- a/Resources/Locale/en-US/job/department.ftl +++ b/Resources/Locale/en-US/job/department.ftl @@ -7,3 +7,4 @@ department-Security = Security department-Science = Science department-Silicon = Silicons department-Specific = Station specific +department-Dignitary = Dignitary diff --git a/Resources/Prototypes/Roles/Jobs/departments.yml b/Resources/Prototypes/Roles/Jobs/departments.yml index 06963eb8988..8fc4cfb986b 100644 --- a/Resources/Prototypes/Roles/Jobs/departments.yml +++ b/Resources/Prototypes/Roles/Jobs/departments.yml @@ -58,10 +58,19 @@ - ERTEngineer - DeathSquad - AdministrativeAssistant # Delta V - Administrative Assistant, see Resources/Prototypes/Nyanotrasen/Roles/Jobs/Command/admin_assistant.yml + primary: false + weight: 100 + +- type: department + id: Dignitary + description: department-Dignitary-description + color: "#33FE6D" + roles: - BlueshieldOfficer # Goobstation - NanotrasenRepresentative # Goobstation + - Magistrate # Goobstation primary: false - weight: 100 + weight: 101 - type: department id: Engineering diff --git a/Resources/Prototypes/_Goobstation/Access/centcomm.yml b/Resources/Prototypes/_Goobstation/Access/centcomm.yml index bd8ee7102ec..c2f20bceacf 100644 --- a/Resources/Prototypes/_Goobstation/Access/centcomm.yml +++ b/Resources/Prototypes/_Goobstation/Access/centcomm.yml @@ -5,3 +5,7 @@ - type: accessLevel id: BlueshieldOfficer name: id-card-access-level-bso + +- type: accessLevel + id: Magistrate + name: id-card-access-level-mag diff --git a/Resources/Prototypes/_Goobstation/Roles/Jobs/Command/magistrate.yml b/Resources/Prototypes/_Goobstation/Roles/Jobs/Command/magistrate.yml new file mode 100644 index 00000000000..1ac39d862d8 --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Roles/Jobs/Command/magistrate.yml @@ -0,0 +1,51 @@ +- type: job + id: Magistrate + name: Magistrate + description: "Ensure Space Law is being followed, Uphold Justice and Legality, Hold Hearings and Trials, Follow SOP, Ensure Command is Following Space Law." + playTimeTracker: JobMagistrate + requirements: + - !type:DepartmentTimeRequirement + department: Command + min: 54000 # 15 hours + - !type:DepartmentTimeRequirement + department: Security + min: 54000 # 15 hours + weight: 20 + startingGear: MagistrateGear + icon: "JobIconMagistrate" + requireAdminNotify: true + joinNotifyCrew: true + supervisors: job-supervisors-centcom + canBeAntag: false + accessGroups: + - CentralCommand + - Command + - Brig + - Security + - Armory + - Maintenance + - Service + - External + - Detective + - Corpsman + - Cryogenics + - Engineering + - Medical + - Research + - Magistrate + special: + - !type:AddImplantSpecial + implants: [ MindShieldImplant ] + - !type:AddComponentSpecial + components: + - type: CommandStaff + +- type: startingGear + id: MagistrateGear + equipment: + jumpsuit: ClothingUniformJumpsuitMagistrate + shoes: ClothingShoesColorBlack + gloves: ClothingHandsGlovesColorWhite + id: CentcomPDA + ears: ClothingHeadsetCentCom + # pocket1: UniqueMagistrateLockerTeleporter # TODO: ADD BACK (REMOVED FOR TESTING) diff --git a/Resources/Prototypes/_Goobstation/Roles/play_time_trackers.yml b/Resources/Prototypes/_Goobstation/Roles/play_time_trackers.yml index fbaf30463be..7faee3d9999 100644 --- a/Resources/Prototypes/_Goobstation/Roles/play_time_trackers.yml +++ b/Resources/Prototypes/_Goobstation/Roles/play_time_trackers.yml @@ -3,3 +3,6 @@ - type: playTimeTracker id: JobNanotrasenRepresentative + +- type: playTimeTracker + id: JobMagistrate diff --git a/Resources/Prototypes/_Goobstation/StatusEffects/job.yml b/Resources/Prototypes/_Goobstation/StatusEffects/job.yml index 22ed9aeda4c..fbfadfe32af 100644 --- a/Resources/Prototypes/_Goobstation/StatusEffects/job.yml +++ b/Resources/Prototypes/_Goobstation/StatusEffects/job.yml @@ -11,3 +11,10 @@ icon: sprite: /Textures/_Goobstation/Interface/Misc/job_icons.rsi state: blueshield + +- type: jobIcon + parent: JobIcon + id: JobIconMagistrate + icon: + sprite: /Textures/_Goobstation/Interface/Misc/job_icons.rsi + state: magistrate diff --git a/Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpsuit/magistrate.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpsuit/magistrate.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..8e2b28207b7681212cd60af9abf77f084e05c4c1 GIT binary patch literal 5237 zcmeHKc~leU79R=}3_^k80%ZwNQG_Iul_Z88lnBufs0yMunVCR@EF=NK=EAB_p)Lhm z5mAbuR4iJgA_Wz#B5rj@KoP_RpW==_5#A)A;(0yi9nX3F&&iqXF28&4@4MeUnYDs> zb4+nIH~;`lc>#Vx?CzyKjlaaMyCrcqu-ozE&_!w?l!#X-CFQ3FYXk&-FtOB+mF}2KlM(zzJB|g7n$wA1if8(%otNUk?2yV zVEpqIL-c7Ta_ViMZN5R$nzy}*TJ)_wIme6JxhL83LW-}F5^;IQ+!J&)!BfL@lw*H^&v^?g?mRz`8!diQ{4fmPQ0i*x;F znkAUWofI5Dl3uw6-X*ed-E_dG%FK!UHp9u3mz!7C6|Q(3Rnyni{YzCw72bGg)$b-Q>pP3nQ#%sKQ(HbzlTSRJ_`DNs-3}OZ@mryUAMl*Lx{Gvv`L&k=HPX6yz%Wfw9zR&?1P<_$%gX%oSFM(Ib=Q}*q#W)w1E2pK zn0-57MYvCmal^L1+4D>FI2eEwRYQ1uu`H>OXM=V784T5(Le-6=%|PSje(f2lwe&6#g5HN3x!}%Y&OhfQ&}L9LWk%?IwFRMkeJOR ziWzK{i0y{JFa_2@AuwmQTq%XH<&;RFD3q*_Md=h;!a3doo;!g`0zXIuv5;DfIbeH0 zB17bfst>AAi4+Y{Ls~v5ZZrnVjm==vDQ+w`koLi70jgACy{JW{fFv4Sr_nA92P+4o z7SeVq2B4E;)o^^3D5RDvL*?>VcY-!4yw>x*nvZQL1X4qOkQ&86K`Mg-QaB(rluG5$ z85{fG7+$ z#G=7&H1@~nD!Evl2q{tTD2zvpE383vT;XSoE|v4g_KDG`b{#Ovh#-YHN*P8Loj@Kf zmaLr^@2cgJ|BDZ<&S1=l!Td&K*yzG0A^H6%9OX+pbpF9(bRGV|2pII|AfLqVXSzPq z^+^nTlJV#6`b^g+G4M&opS$b-Mi=hG#}q2V{sARopGtElo#tYnSzn3*=lB7`+F$7( z6&o?hI7L913INQGX-~Z$T+F_~ghpx}-{0uIp1uLepv_r-2>=+_^ZdL+HP;`8Q)1e^ ztcL!Tsf-9P`qplDrd2(w<;n$$RZ!_xzlI#y65MNcmRZXcbzk@QEr#2tg@|_S*;C}@ zTUPFEILmT}dA0Asp43|S!7r)}cN+cI6Cb4Xr}W=g^2lx(G)1JRA-3dsYc?C*qDpVNO^Gmt&rV!s-W9pEZJ6t<=>1zK zKVU5^G|qUHW2$F2RFe&qTZI*_Eo#kg{du7^V;rmLv?-8OGTfsH9_pL%!tR7c?iXI> z25WjIKPlMX7-Md5w9>V;i)9vZ72P;H^3FoLDVc*)LW76aTOV#YSl`&+{ET}nt|Re9 zS|qo58(DwmaAj29({uUB+f#dkyUsrCJ2$0yKXP92SNsa|VesDL0?SfDQ>O6LtI0jt zCogXs-Z}p6oF|cv3mk{~rmnY6Sh+=T*}7o)^WJXQvhP)4$kL*f2Lk-?CEUw0Y(iRTS~(7^Ryp|#@~Vqp*5~crZFca{ zKwYEp4Xd2i;;cU>dd;h=s_y%D$EIf;_VG{P*ogv@k|5H}EkEI2r@UT~X=6K-6gRreCUI`>$i*LISNM1BK`>6d~=PkL< zI>i|^J$&zuK=SF0E(y;sm>fBm?-o|qcHVOPJ_KvxPOei`c z6C59A)6VQLv;B``av$gM zJKy=8bH2$}s-2q<=r`Vv!{G#~6IDsz4zWL9Z*aBeh!k2N$1O-}*O>=}~Ky*|WNM z=ZuAEwWlG?c!x-gcHOQfpLivF_v`HHa<4Ss7bh3jzT0@}Y1plKvc1(s&nA>U-)tPy z)ipV2BF=~#oJCsyurDHPzRbkwmv^1XEy|vqyl2VygR6e}cjT+Cx~nfHeADgmbX6G{ zP$GMOng8}rDk7dn9=!A})N(w!2EN_CHRpnl?32`%rPVuvI2?~+TB+2kmCC+^KpNHg z6@N}_(gv;S*|mO+E_6m@$GYvIfQledPIN7lsuC-xjw{B)e* z&_ct5 z-ZNH&r>BS1*FQ8qnP5HY84%N18HQGF+n}8>;*sH*CO7@@xO-{#yH}!5b$YJ*EER6& z_^dweEUjx*+-$p{II?2-^{2mhtZujM=Xd6B1)Y~egAPm4%)tnYiHDPx42tJ8SwZV@ zI8iZ9D^6rm43t3`XtRR*=&MF9M3V|`vP6SutV+sAC+69x`FV47L|!I=lH8bRzbGdL z08A8vLrznc*^W6CTo*0|o>?)U3%N{~Oa(VZqlJ_f8wH7ZVjcp=Iq4iBH`))1vXOc$ zNfqA<0p1i`Bg0rRKHuSR@EjtZ#b)3OP!#1OLcUN40}I%mYi4jKY_^B95N-?=WhZR3 zm7y(Wh{eP+EZK~L%LRI(w)e6C_~1KnD__7v_$Cv7u!o(A%K;$03;JCT zyABL0KZ&wivTXzvmqVGE@WBuy(eH1~wq?1}AqhT}MVWx99Yhtp7BWGt(e`_=6c}ie z)#U}qe$A4h^#f$Rwl-GdN@wswfO|jgYu0_ayNrRAMuVv=L^iuTwMxNd<71?Sph?XA zNQrPMAthlcNy%X`DH6aaiJ-7ZNRSd-D3(YFd=Qk{Y-eyYL9tK(oJRv36sM$msaOOH zWvB!eiwG1z;1n!FaWSr^WCEF-90W1XMuV=zvj(q6G`N91d+)EVv$5DA23=#+3cVfSyTbS6Nz0KwlEk-2T+T% zoeBV4a*z$Cv{5)?vFR+9ECrWc6vTS=t2JPtNSwh{I70zYL@2=!0fq>5LLnv*V0uEnMqqJSC?m-eIKJIsnRGL;w#^CgbvZljXBJMqjp3{NL~q z0!U09@||7ByU&~Q|%nisAl%( zv3~lf5Fqqn)S5V-P7hBn>EyT4)-D8x=|Z(?rY@!F!GbTBHX)<)rNyDi4Z&|tF1Zu3 zxmzhy-g)8wWbyVb{@46kmRw-YEe!qPgfp>oyJibX%8DZoo$m07ublVy<=C;Rk!8Vx zjrwe$oQ*L~}<5kzomgh~=D<{#LqPIO-mTfOJb_WGk*1S4%a^D8g z-jC{LO-&0bZZjV_9J%IB+fwwvFB^;BCjBpp52?KL-kh(GS;pUJd+?)aWSL-3%}>V0 zpQoN^y`O#NVawS7ZtUh=hm%J{t9EwYw>ci?`<749wn|i9xm%T)fr}q5G;O^*`cMDJ zZj15Q?IZ%~W;8Ka@s)aT7^tM#L%HGNuzs4Ev-*!Mw6;ev^}kp&Gs(-cSGm7|0G62{6W zHJhizjtt)E5o1hV*DZgh3h2rf9(b@}%aTCun7_(=FTP)*QWeR|1)JtN}bN{A`3C1%vtk_={w*zex)bDEhBGtGb8 z%-!zy``-J!_dehE-rVj1OWwL@@nSIqLD8lhV?Ma13*R|m;J2l1=Us5=_FIeie8LO6 z+#JJJ&@f-^qG8&{G7#kZi^I|z-33Pt55*;R$~q1jPFTMRPizlAxsvtIA9(Z1`)7B2 zCiC&=s?ya>R@7m$wG_Il0$9UH{Co znrtGluq?Oa-?8->S2Z^8&6v~6R_G(+o^bp)((_yQ$RB?5*Ld|(esgAJ#h#&}h97a} z)OE)-%QEb-Es;63bAJ&q><(!B2G9LPFVBDVVa7-w8?jxaf3djR^nS+@2omjK4F-$J zU>HjXq;Yb`k+nHpmbiV7f7w`XO}Gp9|D+Y~>3%A4eSAYn>$&*Nm1y8j5b!M;r(@|i?frO zV+Qv=hdmT89i9X4D?ZTdUw!`gZu^eD0?m!B$L!TZkBWCc`!Q9wVZ~uZ-`V||{R3*G zWiWNy@#j|TeR$G$^|i?PY3{96-yZVx5IgPr4n5EORGYh|six>Yu?e&GFY4d_^Ri>I z+gmqjxow-uqi+VDsU=RGIzt8W%A-tcmhDv<|5*B3{o*x7_LCg!NbBI97i+ISc=OWJ zM}H;GK0Nz+Yo>en^V)ybyu+~m56t4H>wf=K@5m1#cAZZ@&-UKB_)cG{X!yg9#+%=K zvL*fQ(XW}ph6ItJx1+nV@aRz8pAt)Mn_h{!bY%G4p8UDKwAZ=SP*+<=$BDIVS9Ezx z>k=-PeH*UT&Pw{=*oFHK?vH#Hc+`8X`PP$PjJU6#eA2~(!mDCIffbo^aguXL35v7P zQlG;GDi4D6X+9T0meV|JqwTCSMe>jH?Gl)!QY3{cGir7j=u$Sv@1_g2^&|*r${6~4v)p>aGA~H@J`Pt3xE%qk8sH_DJpX~WRopCd{z|z z84c(=Ej(7xr?Pz7!&SOTI;)Cy^2;YfP~^D1tI}N&Oot+6bOr4Isvh7Ko8oev$!r<7 z5Gb&-4p-0$kUd3{XPF7Iro<*lg6T{S1elNGPSGCAJ*W({%x2ukk(EMtCS!_3@Q+g* z$x?XmmZ2D>oKY$f9iycXC9R?momQ(r2qmS^s8CWVM~O*LCZ~rdoFpwk0dOe`a0rc! z#*~B&q0|ftAZ%(xOH&v^Do~PP7|f=Y+a^J5aI>H)iHgZl2~ZS(vY{%JLUkyj(P>FU zNzg(dIxWJeFr`+>$SGQ>3_?*Pp3S)(1UOFCLD*@T%V`e^1j6wQiz!7Sm!cCpmI{Jr zfC15&3Lc`0 zrh;(-tdNK-C7gB|%#YE69ouKWqZlxoO|B!22rAf8nH17EkdeDlteW)hG5iF z(LEf)dkHt4VFx?{u0VkXxq?@Y9@VO;`rcAnI0rx(f?~)7Wm<`BG+CK2F~+jh%l?ZG zeNbW2hyiw?Jute!B$SPh!co42q4Pa{M$h4U^Z=k|oJ@<~8My$ zz_gTSs_Xwomw4h~igtp3Kwj{ubmXnfufSuL&XQ}*f}pF9uWW%bcmC_F1wvnli;GK2 zN@{9qN=QiP>gp1U#jmqVdwP1>+uQS3hb1Q`Q_8T|*jQlQ5VznFxQO`tyaFiw?|%mG z1t5`a{W>GGe|BOHSj=_h6nh|O-h0AV)R;W)hhQ^;H<_~{?uf!>$Ip*Bq!3;>ykRnC zSc|&uHFk>MgQJX*FJtiy-#o6Zy7$5>hv(HC{oTUIml*wR^kVF+jI*jcOD?vYY8{LY zFz1X>-5-~oiO!2^8FIG_RL2h$8tz+N=qk2kv8lKZ za(fsX?VupG$W1|%pSJOM{##CSub>m1Gi={gT^h2=AN`5(m#)iCN}3I|CpG8KrG@Wo z9=va8i8Q3tFF;O3&HnAiy4mN7J{Fi9<>4#etU`(~ep&73e~UP+8~JekdmS>tri8ge z8vgxLW}@ub0dvIFGc_GW6=p$9UA8{v@<7XHmd%$oXDQEoez(z-f2?}%Gi7tw%@Xnt z8)}UEC0X4Avu@V-X@n8>+7g9lMwPu4> zI~EWKPQJRa0ByZD@31U(nW(xf z|Loaw*6y=i*_q*)NiYAb^s{-UU82d|?xtoGy-4(;{!;5+O)_r7EMP_=GleM#0MJVR{h|8alS$6IQV zZ*nqJ%+`#2!Hw28w&TZ+ogiCH`4NVdF_kjimw88bEnKOiZ|cQ04NoiH+kXAYC+A<^ zf1ICE9d^B8jc54I_P>`j+vws8M*i!iXBPCn_)&OSTVfmCd;45-UqZ<6A3N%9{Oji1 zi4XSw)0VkAIz-#s(N&PSf3Wo8qTFu`2O`eb44o$FuS$Smh|wsdqHUe$6*ZCX+q z{neJC*(%i!;x5#le)Qzgi$AwM@4a^D_Df&C@LWIglA8sES4e{b%QCLR2*xSGNybWv z{7yHhJRUE8wcm{s`4kITDLd`b2p_k#3n7}+2s7nI)aceyd9=RRL!}j)EJSfWp(cf^ z6Zr9d3;;MO7Ki*!hs%rkHNpTc2Hv@4LtQjE90`BAEz^=1X;r~el})XX%f(iuR51x+y@v)>i905H#X*q(N}>R+NGJkU%fxb6 zrcf$j6)s0%Txmnqgq1+WwjdNqU@45piGy^~PTWo*ZkIh^gCiVEG8;5Pi3puoF*|V9 z1{6RK&@Phkc_+3kw3A9>agI;1QYu%e#1b*8RH~G6*@RFATPXa>-n`%nqB@X-v z{4c-@vA(rd$Eylkqz99^Zhf|w$BX=edqV0~ME(RUhO-7^a`?TF&@jQ`UqE-af~DgI zU6LiM^I_dtegzs4R=H0msJk^X(sN?*zni}L%jwe(_iczG{YMuMsP@GgUhMIlxR`#X z`QqhU$0HpvO~$p4w;f9gZF3IT^B=O>*JhPm`t_-d9A7SUvX5O9`R*4TuWd-5?}nPX zZY(ViFD%itt_PFHhAnrl)!TpgZe?F#&9Ye|VHZsMVuyC5XuJPZJr_7r2BMDZrOhUHQ`Gs literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpsuit/magistrate.rsi/meta.json b/Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpsuit/magistrate.rsi/meta.json new file mode 100644 index 00000000000..66fe2f9230f --- /dev/null +++ b/Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpsuit/magistrate.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from paradise @ https://github.com/ParadiseSS13/Paradise/commit/14a7b74c2aad4002bf575687ed01321c8d66e5ff", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_Goobstation/Interface/Misc/job_icons.rsi/magistrate.png b/Resources/Textures/_Goobstation/Interface/Misc/job_icons.rsi/magistrate.png new file mode 100644 index 0000000000000000000000000000000000000000..60ff394c1f11d9919553a18d3c055805cb17d189 GIT binary patch literal 185 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqoCO|{#S9F5M?jcysy3fAP%zum z#WAE}PI4jx)5QbJ{@-8sF7d&ovP6ev`|nvDIdN!h+V}asJ~J6x93NcW6~#8QC)MCz zz1V~-i3%fSF281x#wQUDZU;-6Stg2pTyfhtVFp8ROCpnxK$;Lo!;=SU2UsRD-e|f0 f`nANzN?`_DAE$p2migX5YZ*LU{an^LB{Ts5{Cq)) literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Interface/Misc/job_icons.rsi/meta.json b/Resources/Textures/_Goobstation/Interface/Misc/job_icons.rsi/meta.json index 1c7da3045b0..6e3863d054a 100644 --- a/Resources/Textures/_Goobstation/Interface/Misc/job_icons.rsi/meta.json +++ b/Resources/Textures/_Goobstation/Interface/Misc/job_icons.rsi/meta.json @@ -12,6 +12,9 @@ }, { "name": "blueshield" + }, + { + "name": "magistrate" } ] }