From 737f844355c7a3a0a1f081e305b6255282c78155 Mon Sep 17 00:00:00 2001 From: DizzyBeep Date: Sun, 2 Aug 2026 22:47:55 -0500 Subject: [PATCH 1/3] Add Tajaran veil entities --- .../_DEN/Entities/Clothing/Eyes/glasses.yml | 109 ++++++++++++++++++ 1 file changed, 109 insertions(+) diff --git a/Resources/Prototypes/_DEN/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/_DEN/Entities/Clothing/Eyes/glasses.yml index b46ff5e73d..7f25fd4026 100644 --- a/Resources/Prototypes/_DEN/Entities/Clothing/Eyes/glasses.yml +++ b/Resources/Prototypes/_DEN/Entities/Clothing/Eyes/glasses.yml @@ -48,3 +48,112 @@ sprite: _DEN/Clothing/Eyes/Glasses/epiglasses_mantis_alt.rsi - type: Clothing sprite: _DEN/Clothing/Eyes/Glasses/epiglasses_mantis_alt.rsi + +- type: entity + parent: ClothingEyesHudMedical + id: ClothingMedicalTajVeil + name: medhud tajaran veil + description: A nano-fiber veil worn by certain Tajaran sects. It comes with an integrated medhud. + components: + - type: Sprite + sprite: _DEN/Clothing/Eyes/Glasses/medtaj.rsi + - type: Clothing + sprite: _DEN/Clothing/Eyes/Glasses/medtaj.rsi + - type: ShowHealthBars + damageContainers: + - Biological + - BiologicalMetaphysical + - type: ShowHealthIcons + damageContainers: + - Biological + - BiologicalMetaphysical + - type: Tag + tags: + - WhitelistChameleon + - HudMedical + +- type: entity + parent: [ClothingEyesBase, ShowSecurityIcons] + id: ClothingSecurityTajVeil + name: sechud tajaran veil + description: a nano-fiber veil worn by certain Tajaran sects. It comes with an integrated sechud. + components: + - type: Sprite + sprite: _DEN/Clothing/Eyes/Glasses/sectaj.rsi + - type: Clothing + sprite: _DEN/Clothing/Eyes/Glasses/sectaj.rsi + - type: FlashImmunity + - type: EyeProtection + protection Time: 5 + - type: Tag + tags: + - Sunglasses + - WhitelistChameleon + +- type: entity + parent: ClothingEyesBase + id: ClothingCivilianTajVeil + name: tajaran veil + description: A nano-fiber veil worn by certain Tajaran sects. + components: + - type: Sprite + sprite: _DEN/Clothing/Eyes/Glasses/civtaj.rsi + - type: Clothing + sprite: _DEN/Clothing/Eyes/Glasses/civtaj.rsi + - type: Tag + tags: + - WhitelistChameleon + +- type: entity + parent: ClothingEyesBase + id: ClothingEngineeringTajVeil + name: engineering tajaran veil + description: A nano-fiber veil worn by certain Tajaran sects. It comes with added eye protection for engineering work. + components: + - type: Sprite + sprite: _DEN/Clothing/Eyes/Glasses/engtaj.rsi + - type: Clothing + sprite: _DEN/Clothing/Eyes/Glasses/engtaj.rsi + - type: EyeProtection + - type: SupermatterHallucinationImmune + - type: Tag + tags: + - WhitelistChameleon + +- type: entity + parent: ClothingEyesBase + id: ClothingChemistryTajVeil + name: chemical tajaran veil + description: A nano-fiber veil worn by certain Tajaran sects. It comes with a scanner to analyze chemical solutions. + components: + - type: Sprite + sprite: _DEN/Clothing/Eyes/Glasses/chemtaj.rsi + - type: Clothing + sprite: _DEN/Clothing/Eyes/Glasses/chemtaj.rsi + - type: SolutionScanner + - type: Tag + tags: + - WhitelistChameleon + +- type: entity + parent: ClothingEyesBase + id: ClothingDiagnosticTajVeil + name: diagnostic tajaran veil + description: A nano-fiber veil worn by certain Tajaran sects. It comes with a diagnostic scanner for analyzing robots and mechsuits. + components: + - type: Sprite + sprite: _DEN/Clothing/Eyes/Glasses/diagtaj.rsi + - type: Clothing + sprite: _DEN/Clothing/Eyes/Glasses/diagtaj.rsi + - type: ShowHealthBars + damageContainers: + - Inorganic + - Silicon + - type: ShowHealthIcons + damageContainers: + - Inorganic + - Silicon + - type: Tag + tags: + - WhitelistChameleon + - HudMedical From 900a12250453be5cc99061ca24993fd03b32c6eb Mon Sep 17 00:00:00 2001 From: DizzyBeep Date: Mon, 3 Aug 2026 00:20:16 -0500 Subject: [PATCH 2/3] Tajaran Veil Sprites --- .../Glasses/chemtaj.rsi/equipped-EYES.png | Bin 0 -> 459 bytes .../Eyes/Glasses/chemtaj.rsi/icon.png | Bin 0 -> 339 bytes .../Eyes/Glasses/chemtaj.rsi/inhand-left.png | Bin 0 -> 337 bytes .../Eyes/Glasses/chemtaj.rsi/inhand-right.png | Bin 0 -> 345 bytes .../Eyes/Glasses/chemtaj.rsi/meta.json | 27 +++++++++++++++++ .../Eyes/Glasses/civtaj.rsi/equipped-EYES.png | Bin 0 -> 462 bytes .../Clothing/Eyes/Glasses/civtaj.rsi/icon.png | Bin 0 -> 350 bytes .../Eyes/Glasses/civtaj.rsi/inhand-left.png | Bin 0 -> 337 bytes .../Eyes/Glasses/civtaj.rsi/inhand-right.png | Bin 0 -> 345 bytes .../Eyes/Glasses/civtaj.rsi/meta.json | 28 ++++++++++++++++++ .../Glasses/diagtaj.rsi/equipped-EYES.png | Bin 0 -> 487 bytes .../Eyes/Glasses/diagtaj.rsi/icon.png | Bin 0 -> 346 bytes .../Eyes/Glasses/diagtaj.rsi/inhand-left.png | Bin 0 -> 337 bytes .../Eyes/Glasses/diagtaj.rsi/inhand-right.png | Bin 0 -> 345 bytes .../Eyes/Glasses/diagtaj.rsi/meta.json | 27 +++++++++++++++++ .../Eyes/Glasses/engtaj.rsi/equipped-EYES.png | Bin 0 -> 451 bytes .../Clothing/Eyes/Glasses/engtaj.rsi/icon.png | Bin 0 -> 333 bytes .../Eyes/Glasses/engtaj.rsi/inhand-left.png | Bin 0 -> 337 bytes .../Eyes/Glasses/engtaj.rsi/inhand-right.png | Bin 0 -> 345 bytes .../Eyes/Glasses/engtaj.rsi/meta.json | 27 +++++++++++++++++ .../Eyes/Glasses/medtaj.rsi/equipped-EYES.png | Bin 0 -> 448 bytes .../Clothing/Eyes/Glasses/medtaj.rsi/icon.png | Bin 0 -> 348 bytes .../Eyes/Glasses/medtaj.rsi/inhand-left.png | Bin 0 -> 337 bytes .../Eyes/Glasses/medtaj.rsi/inhand-right.png | Bin 0 -> 345 bytes .../Eyes/Glasses/medtaj.rsi/meta.json | 27 +++++++++++++++++ .../Eyes/Glasses/sectaj.rsi/equipped-EYES.png | Bin 0 -> 466 bytes .../Clothing/Eyes/Glasses/sectaj.rsi/icon.png | Bin 0 -> 355 bytes .../Eyes/Glasses/sectaj.rsi/inhand-left.png | Bin 0 -> 337 bytes .../Eyes/Glasses/sectaj.rsi/inhand-right.png | Bin 0 -> 345 bytes .../Eyes/Glasses/sectaj.rsi/meta.json | 27 +++++++++++++++++ 30 files changed, 163 insertions(+) create mode 100644 Resources/Textures/_DEN/Clothing/Eyes/Glasses/chemtaj.rsi/equipped-EYES.png create mode 100644 Resources/Textures/_DEN/Clothing/Eyes/Glasses/chemtaj.rsi/icon.png create mode 100644 Resources/Textures/_DEN/Clothing/Eyes/Glasses/chemtaj.rsi/inhand-left.png create mode 100644 Resources/Textures/_DEN/Clothing/Eyes/Glasses/chemtaj.rsi/inhand-right.png create mode 100644 Resources/Textures/_DEN/Clothing/Eyes/Glasses/chemtaj.rsi/meta.json create mode 100644 Resources/Textures/_DEN/Clothing/Eyes/Glasses/civtaj.rsi/equipped-EYES.png create mode 100644 Resources/Textures/_DEN/Clothing/Eyes/Glasses/civtaj.rsi/icon.png create mode 100644 Resources/Textures/_DEN/Clothing/Eyes/Glasses/civtaj.rsi/inhand-left.png create mode 100644 Resources/Textures/_DEN/Clothing/Eyes/Glasses/civtaj.rsi/inhand-right.png create mode 100644 Resources/Textures/_DEN/Clothing/Eyes/Glasses/civtaj.rsi/meta.json create mode 100644 Resources/Textures/_DEN/Clothing/Eyes/Glasses/diagtaj.rsi/equipped-EYES.png create mode 100644 Resources/Textures/_DEN/Clothing/Eyes/Glasses/diagtaj.rsi/icon.png create mode 100644 Resources/Textures/_DEN/Clothing/Eyes/Glasses/diagtaj.rsi/inhand-left.png create mode 100644 Resources/Textures/_DEN/Clothing/Eyes/Glasses/diagtaj.rsi/inhand-right.png create mode 100644 Resources/Textures/_DEN/Clothing/Eyes/Glasses/diagtaj.rsi/meta.json create mode 100644 Resources/Textures/_DEN/Clothing/Eyes/Glasses/engtaj.rsi/equipped-EYES.png create mode 100644 Resources/Textures/_DEN/Clothing/Eyes/Glasses/engtaj.rsi/icon.png create mode 100644 Resources/Textures/_DEN/Clothing/Eyes/Glasses/engtaj.rsi/inhand-left.png create mode 100644 Resources/Textures/_DEN/Clothing/Eyes/Glasses/engtaj.rsi/inhand-right.png create mode 100644 Resources/Textures/_DEN/Clothing/Eyes/Glasses/engtaj.rsi/meta.json create mode 100644 Resources/Textures/_DEN/Clothing/Eyes/Glasses/medtaj.rsi/equipped-EYES.png create mode 100644 Resources/Textures/_DEN/Clothing/Eyes/Glasses/medtaj.rsi/icon.png create mode 100644 Resources/Textures/_DEN/Clothing/Eyes/Glasses/medtaj.rsi/inhand-left.png create mode 100644 Resources/Textures/_DEN/Clothing/Eyes/Glasses/medtaj.rsi/inhand-right.png create mode 100644 Resources/Textures/_DEN/Clothing/Eyes/Glasses/medtaj.rsi/meta.json create mode 100644 Resources/Textures/_DEN/Clothing/Eyes/Glasses/sectaj.rsi/equipped-EYES.png create mode 100644 Resources/Textures/_DEN/Clothing/Eyes/Glasses/sectaj.rsi/icon.png create mode 100644 Resources/Textures/_DEN/Clothing/Eyes/Glasses/sectaj.rsi/inhand-left.png create mode 100644 Resources/Textures/_DEN/Clothing/Eyes/Glasses/sectaj.rsi/inhand-right.png create mode 100644 Resources/Textures/_DEN/Clothing/Eyes/Glasses/sectaj.rsi/meta.json diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/chemtaj.rsi/equipped-EYES.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/chemtaj.rsi/equipped-EYES.png new file mode 100644 index 0000000000000000000000000000000000000000..692e05ac4711eb03a6adce9c8c18d6b26f00ee01 GIT binary patch literal 459 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|R5N zr;B4q#hkaZHhQ%N$Q;}6t()f*d_hEa?L`%nonIMp56!JLKYHU? z@7{lm*Z%zd_HOqMSzo8sY~CsQjIp2Vd#4{+6wWB`!2ofUf;*E#A4`J_CxfLBLy-!@ z6Lg7m#%=QX#~;qCnJ!sjUFQ-xZSp(esK1lHueR&IkXXrhc1P)zgDEdI>u|Dutzuv$nF7&{D} Lu6{1-oD!MAhC4tQS&&y!Bw7O~k(j(PK;CQL|IsDPya+%50{j=ib=@k@bBLm7q3S!1 zQ|Y=6VHhg=g8-IgRq~s2-VVZW9E^S2wkuGqq9_DT?(LhY1jr3|sC!U`d)$Ly9e`mN z5XZ6TnWhP8n!^6F2jB8rsA_KS4X6%uF&K_PLH(SrXVE{fO;f9TP(J?nUFaZy3WI~o zvJ|x}%iy@(HQ%>Pyk&1l@F>7D1h1K`7-*U%>Wne0jSBt<(1qY_BuVmu`w8Hiz{vnp lEdmgL00bZa0SGWV;0_VGd+X24UoQXv002ovPDHLkV1kjOhywrs literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/chemtaj.rsi/inhand-left.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/chemtaj.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..ea320e147dfdb59d56c7c4dca7eee4044244f11c GIT binary patch literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|O(o zr;B4q#hkaZ0=W(=2)Hc2VEy#p{CTSq?O8N6CAKSHocVn+%c2*>;jFdJGTaRoVhn{k z438ohj%;M;NM;l`&ZN-C>Hv}uVLV<~Nh%tsbE&F)pzCe)_AoDag xhf(_qkhp4&vV#?qQFWs(%ZdCJBcM+#8N+r>Uu)D_-3SaL22WQ%mvv4FO#lN$c_{z@ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/chemtaj.rsi/inhand-right.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/chemtaj.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..cf3a8881927a0361f66f8d517ece538837a0355d GIT binary patch literal 345 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|O(s zr;B4q#hkad9Qh6@2(&&-e>8W;|02JoGg&z^SIV9`HuL+wUcD`v`yFPTkbWYB@k{ofU*;}x-01fm%>xnouOIAw9FZnir`LGK_<-xQgPI54 zc+b4HfA-&khpGmrw*Bm_YT5mJKhK2953wqTQX4W3)^9Uqj(Ns$@%O%30i)Bq*&t;ucLK6T8XDVn#VjrnNh)=$sqBQ&HJuJGk7cA^cgc}l@-c7 zexh?Y$qXvVfWu|&+Xo|Zla2(xa-B|rnRrX3nlPx zpS~fjF=zSN-M{{QJQv<@c-B_Y0u%c=d)M9Hwfi>P?}Uuc$L6!d#KqQ| zW5+>}m%0aL+1uOxOS;$Rdnm0lDeH^ahrK^@pZ~X>{ExTIfytqdr9p<1!BU8!NQL2v z2g8Yp3=jt+ODuTLYu3Mgt^MTh#>{ycR$^wo-`qd(o#vJZ4eg!I|6^^#d`XGf7b;s4 z<~N+?>FK@7G1Hwx?ZA1S9?usxP6CYfscgqoQsfjn8fsIRovvQV7rp literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/civtaj.rsi/icon.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/civtaj.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..9577c5f0fe72addb7d7f79aa6e60bd8cfa172ab9 GIT binary patch literal 350 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv(mfq_xL z)5S5QV$R!1=ee331dge{VEj_*^4_lLf@agA7c#ETHLTnN1?Dm-cJv9A2-PqioOfXJ zqreHhkvAeTlz%%5o;k4TaEOdWt{8M+uP2X_%dHF zom!>IaC*~>6SepE>p2z2B#iTSKs@9fi?wI1(gSjA{^ta+z_`{A|K3_IJlztHbuYEr29A+q#e zLqtpWXPfrFdCZ=Z93;jFdJGTaRoVhn{k z438ohj%;M;NM;l`&ZN-C>Hv}uVLV<~Nh%tsbE&F)pzCe)_AoDag xhf(_qkhp4&vV#?qQFWs(%ZdCJBcM+#8N+r>Uu)D_-3SaL22WQ%mvv4FO#lN$c_{z@ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/civtaj.rsi/inhand-right.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/civtaj.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..cf3a8881927a0361f66f8d517ece538837a0355d GIT binary patch literal 345 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|O(s zr;B4q#hkad9Qh6@2(&&-e>8W;|02JoGg&z^SIV9`HuL+wUcD`v`yFPTkbWYB@k{ofU*;}x-01fm%>xnouOIAw9FZnir`LGK_<-xQgPI54 zc+b4HfA-&khpGmrw*Bm_YT5mJKhK2953wqTQX4W3)^9Uqj(Ns$@%O%30i)Bq*&t;ucLK6T8{f9B|Ilp%y#y? z`p1hY=R--ueovJQv)Klc?bqkG@+jneO#S!g^R03ROU~%d<)34BeCz$JpKkZd=5w&(72p%`mt*+?&k$UlpoTLr$}@4%tL@Wg}R#6*S(%8Ux`Ob&f45En8O zp-K3qGM35ZU;kgTe~DWM4f)mqAF literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/diagtaj.rsi/icon.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/diagtaj.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..1ec81aaeaa8272d04eb1b9c2b73cb26ad5efaf2c GIT binary patch literal 346 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv(mfq{|7 z)5S5QV$R!1d%2ndM2`DkSjT7U;9Z>j!_cLBZ)0_J%NLQ0SMI%IX4&b|tkUc2w72Dv z#)-AXFWYYLzHL^rVBaHm?)d-z&iTT1GAs@ZEFa<-`W|mk@jUSTZ`+#u+h)O`qBiFz zf6Hc!n0C}fj^&^)$JxM$>!oS4)R;Y&WS)9>BxmX}5eJ?JL4|=c-kWj1;9tHW_WZ)z z(jV_7?%#8@=irRl;^nEw_!(2UGkW-+-O0H2?ETc+O+~(Eo>%fEN`(FEiYj;DSXeME zb&uF_!yT*7ncBymGwXm)y@1z;bZCpzB51JK+rX n4F5NZVZGT+>1{Q;-tDnm{r-UW|=dO$9 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/diagtaj.rsi/inhand-left.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/diagtaj.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..ea320e147dfdb59d56c7c4dca7eee4044244f11c GIT binary patch literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|O(o zr;B4q#hkaZ0=W(=2)Hc2VEy#p{CTSq?O8N6CAKSHocVn+%c2*>;jFdJGTaRoVhn{k z438ohj%;M;NM;l`&ZN-C>Hv}uVLV<~Nh%tsbE&F)pzCe)_AoDag xhf(_qkhp4&vV#?qQFWs(%ZdCJBcM+#8N+r>Uu)D_-3SaL22WQ%mvv4FO#lN$c_{z@ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/diagtaj.rsi/inhand-right.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/diagtaj.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..cf3a8881927a0361f66f8d517ece538837a0355d GIT binary patch literal 345 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|O(s zr;B4q#hkad9Qh6@2(&&-e>8W;|02JoGg&z^SIV9`HuL+wUcD`v`yFPTkbWYB@k{ofU*;}x-01fm%>xnouOIAw9FZnir`LGK_<-xQgPI54 zc+b4HfA-&khpGmrw*Bm_YT5mJKhK2953wqTQX4W3)^9Uqj(Ns$@%O%30i)Bq*&t;ucLK6T8SjYRjYDhuXk&{mrz}xmSfx BvbF#K literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/engtaj.rsi/icon.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/engtaj.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..42209e3bdae4a4369c5e70d37666886796cd693d GIT binary patch literal 333 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DEQyg z#WAE}&f5#NT+I#wtPePEbXBn{mPhCWRW&xOy!4!5r^_!B%LciFMpNB42t?oh5w6*E zGABZClcTSS(2T8-X=Tr9R~$Ih&cLE@pq^3Yc;;pu=KJ5nH|@*4y>{K}2bJ@-*mE6_ z$UbVz(Ud3H_BiQH^t7u@Pefb~7Cw4=!B5k{=D@;#3pmz)6J4>6>*>0dXLoF-%S>5! ztf4gE=DmaV3eqo<4NjQ&cHEW7o38zS^>N?u)$;Qze(RNpIJ6x+S{my-@A-sfnrr-{ z@AY5mxW2*MtU}0v&5(!L#P@OO9(7M6%^%7R@=YBEJn;qgj5Wd*(h2LF8JGkbfX-!L d6l1@`sB72wcS6qp3Sdw$c)I$ztaD0e0suW8gDU_4 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/engtaj.rsi/inhand-left.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/engtaj.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..ea320e147dfdb59d56c7c4dca7eee4044244f11c GIT binary patch literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|O(o zr;B4q#hkaZ0=W(=2)Hc2VEy#p{CTSq?O8N6CAKSHocVn+%c2*>;jFdJGTaRoVhn{k z438ohj%;M;NM;l`&ZN-C>Hv}uVLV<~Nh%tsbE&F)pzCe)_AoDag xhf(_qkhp4&vV#?qQFWs(%ZdCJBcM+#8N+r>Uu)D_-3SaL22WQ%mvv4FO#lN$c_{z@ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/engtaj.rsi/inhand-right.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/engtaj.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..cf3a8881927a0361f66f8d517ece538837a0355d GIT binary patch literal 345 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|O(s zr;B4q#hkad9Qh6@2(&&-e>8W;|02JoGg&z^SIV9`HuL+wUcD`v`yFPTkbWYB@k{ofU*;}x-01fm%>xnouOIAw9FZnir`LGK_<-xQgPI54 zc+b4HfA-&khpGmrw*Bm_YT5mJKhK2953wqTQX4W3)^9Uqj(Ns$@%O%30i)Bq*&t;ucLK6T8G_I`b>Vd_xzc@m-he7@2;Ft&RV3x@Wg|`%qKK--@4a1CymoM3(o!g_Luv5 zJO7(|-z3@?E9X7_P}4sDuJWDBy0^B)ZdvgERr~$0-S4ZXq`u7MZQS`aopVEbzptEl zpa`qavA?gG4Neu@P|vlyVn28NKeiUv8-6DG^AGq=GrfOr`MsZ-)6DW?O4x3ki~fB4 zq{X(yErmzKcD@ndIqQGc{K&HXOokH}CMYv1xHCEQu{6kVGFS>RKwNlYBAUcz)*H2Z zdY6}f%6`h+vtP2c;VEm+y4RPUGB4w@I1p`jz=(O}Mk%#h9g5bc;veW3Us$qNW1E!W z{Vf^k2O`rHR40Ds_{ewA)R;*y`=vH6JK&c8WDN`|ElK5M0mcXegQu&X%Q~loCIE&~ Bv@!qy literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/medtaj.rsi/icon.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/medtaj.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e9b3550f451ec8886f315809ff71b25005220297 GIT binary patch literal 348 zcmV-i0i*tjP)7pE47@FxU{qs!$ToCsd1B}wq!^my;?z3*-cBL@NyfPnu3*tSiwEQ25j zCZfJ+nnadm@H|i0?*!0wo$x#i!)g#+P6yMzVHgAik>@$X@w06+g#dnlUaDW@%k$$E z=DQ`RstQpQv7V-BkR%B__ZQH&Rs|K!ZT$h!g*t{VzirL{r#0MtpY;{TVYNlsD{3!( zx3m*LgrS3rqF}W&O~G0000;jFdJGTaRoVhn{k z438ohj%;M;NM;l`&ZN-C>Hv}uVLV<~Nh%tsbE&F)pzCe)_AoDag xhf(_qkhp4&vV#?qQFWs(%ZdCJBcM+#8N+r>Uu)D_-3SaL22WQ%mvv4FO#lN$c_{z@ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/medtaj.rsi/inhand-right.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/medtaj.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..cf3a8881927a0361f66f8d517ece538837a0355d GIT binary patch literal 345 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|O(s zr;B4q#hkad9Qh6@2(&&-e>8W;|02JoGg&z^SIV9`HuL+wUcD`v`yFPTkbWYB@k{ofU*;}x-01fm%>xnouOIAw9FZnir`LGK_<-xQgPI54 zc+b4HfA-&khpGmrw*Bm_YT5mJKhK2953wqTQX4W3)^9Uqj(Ns$@%O%30i)Bq*&t;ucLK6T8I;kK-<5;}oxu0Tx9rt{%`}eBgJ@1K$3=@{<2A( zGGke>_oKo;tV_NhkU0J*cke0nxnl80*RQX>&-h%0PiW1DpLym{cNT4ly-@nG{^GWZ z$E)%iME~!)FVlRxaN@aBEQgFZn{~`e%-FEMF{@9~e#h$3)Q9_}ubt>k@tk RV0p30&6|_FDlA!zlQ35CqjA8cqk(zG<2T2rA1mhU0siW(om(13gqf$ip|m z0}j>{6h(nB3|UXtbs&Vm`gErUE2wC0;|+)o)G^VFl;JBDxWB}#za=sQMQ5*Esnr+1 z3vC4uVd&skRblCQa9b>3XRTQOmLxDL-_c&%;Ew>W5PHq>cntI7ku9&92JvL_QE(?f z9l~#eRi1YW?+oAw_(JvTM}z;jFdJGTaRoVhn{k z438ohj%;M;NM;l`&ZN-C>Hv}uVLV<~Nh%tsbE&F)pzCe)_AoDag xhf(_qkhp4&vV#?qQFWs(%ZdCJBcM+#8N+r>Uu)D_-3SaL22WQ%mvv4FO#lN$c_{z@ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DEN/Clothing/Eyes/Glasses/sectaj.rsi/inhand-right.png b/Resources/Textures/_DEN/Clothing/Eyes/Glasses/sectaj.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..cf3a8881927a0361f66f8d517ece538837a0355d GIT binary patch literal 345 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|O(s zr;B4q#hkad9Qh6@2(&&-e>8W;|02JoGg&z^SIV9`HuL+wUcD`v`yFPTkbWYB@k{ofU*;}x-01fm%>xnouOIAw9FZnir`LGK_<-xQgPI54 zc+b4HfA-&khpGmrw*Bm_YT5mJKhK2953wqTQX4W3)^9Uqj(Ns$@%O%30i)Bq*&t;ucLK6T8 Date: Mon, 3 Aug 2026 17:18:43 -0500 Subject: [PATCH 3/3] Removing SupermatterHallucinationImmune It don't exist here I guess so I'll need to figure out an alternative. if thats even necessary. --- Resources/Prototypes/_DEN/Entities/Clothing/Eyes/glasses.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/Resources/Prototypes/_DEN/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/_DEN/Entities/Clothing/Eyes/glasses.yml index 7f25fd4026..d52ffe8efb 100644 --- a/Resources/Prototypes/_DEN/Entities/Clothing/Eyes/glasses.yml +++ b/Resources/Prototypes/_DEN/Entities/Clothing/Eyes/glasses.yml @@ -115,7 +115,6 @@ - type: Clothing sprite: _DEN/Clothing/Eyes/Glasses/engtaj.rsi - type: EyeProtection - - type: SupermatterHallucinationImmune - type: Tag tags: - WhitelistChameleon