From 76603b495842292503e75c2a9ff9d8be2da8c7c7 Mon Sep 17 00:00:00 2001 From: "Wowzewow (Wezzy)" <42310821+alsoandanswer@users.noreply.github.com> Date: Mon, 20 Jan 2025 07:28:24 +0800 Subject: [PATCH] Cape Sword Tcomms Fixes (#20384) Fixes #20379 Fixes #20378 Fixes #20360 Fixes #20347 --- .../telecomms/machines/message_server.dm | 13 ++-- code/game/objects/items/toys.dm | 2 + code/modules/clothing/factions/dominia.dm | 10 +-- code/modules/clothing/factions/goldendeep.dm | 10 +-- .../clothing/under/accessories/accessory.dm | 2 +- .../modular_computers/NTNet/NTNet_relay.dm | 8 +-- html/changelogs/wezzy_cape-sword-fix.yml | 61 ++++++++++++++++++ .../clothing/suits/capes/desert_adornment.dmi | Bin 910 -> 0 bytes .../accessory/poncho}/assunzione_cloak.dmi | Bin 832 -> 832 bytes .../accessory/poncho/desert_adornment.dmi | Bin 0 -> 844 bytes .../accessory/poncho/dominia_cape.dmi} | Bin 5385 -> 5387 bytes .../poncho}/dominia_consular_cape.dmi | Bin 783 -> 783 bytes .../accessory/poncho}/dominia_doublecape.dmi | Bin 796 -> 796 bytes .../accessory/poncho}/dominia_red.dmi | Bin 1163 -> 1163 bytes .../accessory/poncho}/dominia_surcoat.dmi | Bin 763 -> 763 bytes .../accessory/poncho}/elegant_cloak.dmi | Bin 1059 -> 1057 bytes .../accessory/poncho}/flowing_cloak.dmi | Bin 916 -> 914 bytes .../clothing/accessory/poncho}/fur_wrap.dmi | Bin 466 -> 466 bytes .../accessory/poncho}/golden_cape.dmi | Bin 432 -> 432 bytes 19 files changed, 83 insertions(+), 23 deletions(-) create mode 100644 html/changelogs/wezzy_cape-sword-fix.yml delete mode 100644 icons/clothing/suits/capes/desert_adornment.dmi rename icons/{clothing/suits/capes => obj/item/clothing/accessory/poncho}/assunzione_cloak.dmi (85%) create mode 100644 icons/obj/item/clothing/accessory/poncho/desert_adornment.dmi rename icons/{clothing/suits/capes/dominia.dmi => obj/item/clothing/accessory/poncho/dominia_cape.dmi} (68%) rename icons/{clothing/suits/capes => obj/item/clothing/accessory/poncho}/dominia_consular_cape.dmi (91%) rename icons/{clothing/suits/capes => obj/item/clothing/accessory/poncho}/dominia_doublecape.dmi (87%) rename icons/{clothing/suits/capes => obj/item/clothing/accessory/poncho}/dominia_red.dmi (89%) rename icons/{clothing/suits/capes => obj/item/clothing/accessory/poncho}/dominia_surcoat.dmi (83%) rename icons/{clothing/suits/capes => obj/item/clothing/accessory/poncho}/elegant_cloak.dmi (82%) rename icons/{clothing/suits/capes => obj/item/clothing/accessory/poncho}/flowing_cloak.dmi (75%) rename icons/{clothing/suits/capes => obj/item/clothing/accessory/poncho}/fur_wrap.dmi (78%) rename icons/{clothing/suits/capes => obj/item/clothing/accessory/poncho}/golden_cape.dmi (75%) diff --git a/code/game/machinery/telecomms/machines/message_server.dm b/code/game/machinery/telecomms/machines/message_server.dm index e3f7f2e1fbb..33bd0f9065b 100644 --- a/code/game/machinery/telecomms/machines/message_server.dm +++ b/code/game/machinery/telecomms/machines/message_server.dm @@ -67,7 +67,6 @@ priority = "Undetermined" /obj/machinery/telecomms/message_server - icon = 'icons/obj/machinery/research.dmi' icon_state = "server" name = "messaging server" desc = "A machine that processes and routes request console messages." @@ -166,12 +165,12 @@ ..() /obj/machinery/telecomms/message_server/update_icon() - if(!operable(EMPED)) - icon_state = "server-nopower" - else if (!use_power) - icon_state = "server-off" - else - icon_state = "server-on" + icon_state = initial(icon_state) + ClearOverlays() + if(panel_open) + icon_state += "_o" + if(!operable()) + icon_state += "_off" /datum/signal/subspace/pda frequency = PUB_FREQ diff --git a/code/game/objects/items/toys.dm b/code/game/objects/items/toys.dm index 415c77170ef..3332e3cc8fd 100644 --- a/code/game/objects/items/toys.dm +++ b/code/game/objects/items/toys.dm @@ -1319,6 +1319,8 @@ w_class = WEIGHT_CLASS_BULKY attack_verb = list("attacked", "slashed", "stabbed", "poked") contained_sprite = TRUE + worn_x_dimension = 64 + worn_y_dimension = 64 /obj/item/inflatable_duck name = "inflatable duck" diff --git a/code/modules/clothing/factions/dominia.dm b/code/modules/clothing/factions/dominia.dm index 6e4fed45f7e..1def90ff2be 100644 --- a/code/modules/clothing/factions/dominia.dm +++ b/code/modules/clothing/factions/dominia.dm @@ -43,7 +43,7 @@ /obj/item/clothing/accessory/poncho/dominia_cape name = "dominian cape" desc = "This is a cape in the style of Dominian nobility. It's the latest fashion across Dominian space." - icon = 'icons/clothing/suits/capes/dominia.dmi' + icon = 'icons/obj/item/clothing/accessory/poncho/dominia_cape.dmi' icon_state = "dominian_cape" item_state = "dominian_cape" icon_override = null @@ -507,7 +507,7 @@ desc = "A simple red surcoat commonly worn by Dominian clergy members." desc_extended = "Spun with rough but hardy fabrics from the Dominian frontier, this surcoat is commonly worn by poorer Tribunal clergy as well as missionaries\ seeking protection from the elements. This garment was popularized by the Kael'kah sect and remains respected as a symbol of humility and poverty amongst priests." - icon = 'icons/clothing/suits/capes/dominia_surcoat.dmi' + icon = 'icons/obj/item/clothing/accessory/poncho/dominia_surcoat.dmi' icon_state = "dominian_surcoat" item_state = "dominian_surcoat" overlay_state = "dominian_surcoat" @@ -519,7 +519,7 @@ desc_extended = "This style of cape is among the most flashy and ornate of the Tribunal's garb. Its weight and impracticality of use means that \ it is often only worn by clergy of high station and on special occasions. Lower ranking members of the Tribunal or those who wear it frequently \ are often frowned upon as arrogant and vain." - icon = 'icons/clothing/suits/capes/dominia_doublecape.dmi' + icon = 'icons/obj/item/clothing/accessory/poncho/dominia_doublecape.dmi' icon_state = "dominian_doublecape" item_state = "dominian_doublecape" overlay_state = "dominian_doublecape" @@ -531,7 +531,7 @@ desc_extended = "Dominian priests and priestesses are traditionally expected to wear red or golden clothing when discharging \ their duties. Capes are worn as both a fashion statement to attract the attention of crowds and as a simple form of protection\ against the elements." - icon = 'icons/clothing/suits/capes/dominia_red.dmi' + icon = 'icons/obj/item/clothing/accessory/poncho/dominia_red.dmi' icon_state = "dominian_cape_red" item_state = "dominian_cape_red" overlay_state = "dominian_cape_red" @@ -575,7 +575,7 @@ desc = "A truly majestic gold and red cape worn by members of the clergy affiliated with His Majesty's Diplomatic Service." desc_extended = "His Majesty's Diplomatic Service - as with much of the Empire tends to be dominated by the great houses, though the Service also \ employs may commoners - as long as they can pass the rigorous examinations required to become a full member of the Diplomatic Service." - icon = 'icons/clothing/suits/capes/dominia_consular_cape.dmi' + icon = 'icons/obj/item/clothing/accessory/poncho/dominia_consular_cape.dmi' icon_state = "dominia_cape_consular" item_state = "dominia_cape_consular" overlay_state = "dominia_cape_consular" diff --git a/code/modules/clothing/factions/goldendeep.dm b/code/modules/clothing/factions/goldendeep.dm index 3c4e50f4f1b..e21138219db 100644 --- a/code/modules/clothing/factions/goldendeep.dm +++ b/code/modules/clothing/factions/goldendeep.dm @@ -143,7 +143,7 @@ desc = "Viewed as ostentatious by outsiders (and perhaps insiders, for that matter) capes nonetheless remain as a means of quickly broadcasting one's status (or pretentions of status)." icon_state = "golden_cape" item_state = "golden_cape" - icon = 'icons/clothing/suits/capes/golden_cape.dmi' + icon = 'icons/obj/item/clothing/accessory/poncho/golden_cape.dmi' contained_sprite = TRUE icon_override = null protects_against_weather = FALSE @@ -153,7 +153,7 @@ desc = "A long and flowing cloak used by members of Golden Deep evocative of trenchcoats. Curiously, many investigatorial synthetics within the collective favor these cloaks." icon_state = "flowing_cloak" item_state = "flowing_cloak" - icon = 'icons/clothing/suits/capes/flowing_cloak.dmi' + icon = 'icons/obj/item/clothing/accessory/poncho/flowing_cloak.dmi' has_accents = TRUE /obj/item/clothing/accessory/poncho/goldendeep/elegantcloak @@ -161,7 +161,7 @@ desc = "Billowing fabric for all classes with a regal clasp that hints at its original merchant designers." icon_state = "elegant_cloak" item_state = "elegant_cloak" - icon = 'icons/clothing/suits/capes/elegant_cloak.dmi' + icon = 'icons/obj/item/clothing/accessory/poncho/elegant_cloak.dmi' has_accents = TRUE /obj/item/clothing/accessory/poncho/goldendeep/furwrap @@ -169,14 +169,14 @@ desc = "The fur of an animal, soft and fluffy, now repurposed as a decorative neck wrap." icon_state = "fur_wrap" item_state = "fur_wrap" - icon = 'icons/clothing/suits/capes/fur_wrap.dmi' + icon = 'icons/obj/item/clothing/accessory/poncho/fur_wrap.dmi' /obj/item/clothing/accessory/poncho/goldendeep/desertadornment name = "desert adornment" desc = "Lightweight and soft, this sleeveless coat feels like it's hardly anything at all, but it keeps the sun from bearing down on the wearer." icon_state = "desert_adornment" item_state = "desert_adornment" - icon = 'icons/clothing/suits/capes/desert_adornment.dmi' + icon = 'icons/obj/item/clothing/accessory/poncho/desert_adornment.dmi' //head slot diff --git a/code/modules/clothing/under/accessories/accessory.dm b/code/modules/clothing/under/accessories/accessory.dm index 7f27ba0dfb9..739eb8a40c0 100644 --- a/code/modules/clothing/under/accessories/accessory.dm +++ b/code/modules/clothing/under/accessories/accessory.dm @@ -783,7 +783,7 @@ /obj/item/clothing/accessory/poncho/assunzione name = "\improper Luceian cloak" desc = "A violet cloak adorned with gold inlays worn by devout adherents of Luceism, the dominant faith of Assunzione." - icon = 'icons/clothing/suits/capes/assunzione_cloak.dmi' + icon = 'icons/obj/item/clothing/accessory/poncho/assunzione_cloak.dmi' icon_override = null icon_state = "assunzione_robe" item_state = "assunzione_robe" diff --git a/code/modules/modular_computers/NTNet/NTNet_relay.dm b/code/modules/modular_computers/NTNet/NTNet_relay.dm index 4276e614ec1..8196a1680ca 100644 --- a/code/modules/modular_computers/NTNet/NTNet_relay.dm +++ b/code/modules/modular_computers/NTNet/NTNet_relay.dm @@ -5,7 +5,7 @@ use_power = POWER_USE_ACTIVE active_power_usage = 20000 //20kW, appropriate for machine that keeps massive cross-Zlevel wireless network operational. idle_power_usage = 100 - icon_state = "ntnet" + icon_state = "relay" icon = 'icons/obj/machinery/telecomms.dmi' anchored = TRUE density = TRUE @@ -42,11 +42,9 @@ if(!operable()) icon_state += "_off" else if(dos_failure) - AddOverlays("ntnet_o_problem") + AddOverlays("relay_traitor") else if(!enabled) - AddOverlays("ntnet_o_error") - else - AddOverlays("ntnet_o_ok") + AddOverlays("relay_traitor_activate") /obj/machinery/ntnet_relay/process() if(operable()) diff --git a/html/changelogs/wezzy_cape-sword-fix.yml b/html/changelogs/wezzy_cape-sword-fix.yml new file mode 100644 index 00000000000..f38e794d224 --- /dev/null +++ b/html/changelogs/wezzy_cape-sword-fix.yml @@ -0,0 +1,61 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# - (fixes bugs) +# wip +# - (work in progress) +# qol +# - (quality of life) +# soundadd +# - (adds a sound) +# sounddel +# - (removes a sound) +# rscadd +# - (adds a feature) +# rscdel +# - (removes a feature) +# imageadd +# - (adds an image or sprite) +# imagedel +# - (removes an image or sprite) +# spellcheck +# - (fixes spelling or grammar) +# experiment +# - (experimental change) +# balance +# - (balance changes) +# code_imp +# - (misc internal code change) +# refactor +# - (refactors code) +# config +# - (makes a change to the config files) +# admin +# - (makes changes to administrator tools) +# server +# - (miscellaneous changes to server) +################################# + +# Your name. +author: Wowzewow (Wezzy) + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit. +# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. +changes: + - bugfix: "Fixes Poncho/Cape accessory sprites." + - bugfix: "Fixes foam sword sprite." + - bugfix: "Fixes NTnet relay sprite." + - bugfix: "Fixes message server using the wrong sprite." diff --git a/icons/clothing/suits/capes/desert_adornment.dmi b/icons/clothing/suits/capes/desert_adornment.dmi deleted file mode 100644 index e30c1f0661bdd0cf84dd9016fd2e7fd47fc36066..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 910 zcmV;919AL`P)004jl0{{R3eocQU0000FP)t-s0001I zX>Q}><^TWxqo}Mf@3Gqe0004WQchCV=-0C=2J zR&a84_w-Y6@%7{?OD!tS%+FJ>RWQ*r;NmRLOex6#a*U0*I5Sc+(=$pSoZ^zil2jm5 zDJ8WywWuUMF(tn!FE=%>M2U+tC9|j)C}qgSnO2mTn+jp$)DWMToJ_i=(maG76QcE? z+C{9s;!<+;;nJh5;OgfB4sHNW%yi{cLPVAT00NRpL_t(&f$f=Va;zW_g%Mo9^|1g& z7BIpFl*|6tbiqm`P5bB&$gTOoS2L+W+haG(MCvqSmCC!&bRKwMI$l4=c)j6OPEhE% z>!i64Xg=PbVoP!Tu1G;4ZPC(0%|a5PHz2 z2NktOZ&5`@$t%0VNdJd_rDUWrMuQZ^5dj#&qQGg0Gwct+uL^p(>Q#e^c&C#Do1^3v zj2CTSMVt*FJfysL-CuUk5Msa$`&rI#$~hD91w1SYJP>Di5*(zpOC-o+K@m!R5EL6@ zumaI53FBM*I~YRA@pm(>;N$%{mL7CI7JOcmV}{@?iP`SUli=tD#|Ob-^Cd@f=%P7n zCl15CpfA}ylzdv0+3k^_MPFuN_7~r8m9f8=4fYqaGsN!QF9>E* zT(DB9RK5q*FJ{Tmw{vz2g#{MD&*)PWaA}L7qi&OnYx?ha^MN*LN k7rUekztJzQ{^I}RAJ diff --git a/icons/clothing/suits/capes/assunzione_cloak.dmi b/icons/obj/item/clothing/accessory/poncho/assunzione_cloak.dmi similarity index 85% rename from icons/clothing/suits/capes/assunzione_cloak.dmi rename to icons/obj/item/clothing/accessory/poncho/assunzione_cloak.dmi index 71293959e9c3fb16ced3d460127c4ba3d7244a25..2eefce26fb14a5757c1a4287e6c8e74eccb3cc5e 100644 GIT binary patch delta 26 icmX@Wc7Scd3Fi4TdM2J$;D`>4{yT-$(Q4yoUnT&YdJ8%L delta 26 icmX@Wc7Scd3Fi1&?GsNca1;i_$nfm#_1XB@mk9uqkqWv1 diff --git a/icons/obj/item/clothing/accessory/poncho/desert_adornment.dmi b/icons/obj/item/clothing/accessory/poncho/desert_adornment.dmi new file mode 100644 index 0000000000000000000000000000000000000000..c24ee60723ce96203f943643465f465cc6a8da49 GIT binary patch literal 844 zcmV-S1GD^zP)004jl0{{R3eocQU0000FP)t-s0001I zX>Q}><^TWxqo}Mf@3Gqe0004WQchCV=-0C=2J zR&a84_w-Y6@%7{?OD!tS%+FJ>RWQ*r;NmRLOex6#a*U0*I5Sc+(=$pSoZ^zil2jm5 zDJ8WywWuUMF(tn!FE=%>M2U+tC9|j)C}qgSnO2mTn+jp$)DWMToJ@`;gdP*3^`P2C ztiIw>a`fP{OIg9y&jlRZ02khLr#w^??*IS-Qb|NXRA_9%XnV@EC&?J*tW`C z7d&2{-?dhHgaz#vZczCSy9u-ybr|j?p6~)^Vfn*t2-xjF1@3}@V(|;$KrH=YI^d`= z%ZeQBmS=V)qx>)a*OF1jm<6;b_6ndrJQTPMxWjG-{yFH>yvz%5#M^}geC(EIu$~qJ z9dXu!^3d|uw%_bpeW(F9>_#=hE$2+&3wU@a@Br@c0PK~u69RG!6v1)=C|1Ux1JP*( z>znxhpbwVucN05!eSX){#X>4&oK5Zom(+HFb!2M-()z<%|X(H=UqhmGX0+ylL3 zm#}AA05E7T2y~VR^yi?1VY3@tb7x`s2{4iiU4ZjWJEy_A zaW1;T0~1?#1X`^eSn~rgqZrsYr4d3CfmKyiRmJounqa*Kmw4;Fp=L7cXM|YF&@y&( z`tYh}QwvKz2lDyjrx59hfbw(8vM|seSknZ$B>r2TSDjU}Gs~rcT=F$dpi05;Q^K-_ z;irUU?J@+aT;UEq5SEkx+QXr$s;a8ni#i`d@z$I z>GQ!{o+Qr)b9s_HAI#-R@_aCtC&}}{S69~^GU9wN2PDr2b9s_HAI#-R@_aCtC&}}{ zT%M%Q2Qzu{jrm|YPrfl9ta-Aks;cTPl6ZOgs{dbLaY?+amhS*8E{T`b@*RLx|EC}5 W#$b5b2tfFDZ*Bkpc$}q|&1%9x6h_y{Qv}_Y+IHJb zQN%@kg)mK~&R~8dGa8tuZ)|BYH&E_((}j@0xpJc1*0;Du9Ft0PAqB1}l(f;xxF)WM&Btw6hP3tb!t4eqR z_#KlU1;)w6s<~MzYyP2Y(DH_5fFDZ*Bkpc$}q|&2GXl5C+f5Q$%pDO51BM z6$o)CuMoM3i!JhlVnZZ9eUnyAyd1jUrU#@%nuRgQgR_$%0XRc9&Zfy{r)oW3Z)Uh` zYui}Ws2K@ z0sM~1j{?)=V%6L%l{Np+HE4OmvhoJmqJnrSL0nm0UWwx3@c_X_+ts{ YYL8ipJtnTpE=XT>V_Y9s>XyXhoEaJ@J*X<|zVfZV`n5 delta 40 ycmV+@0N4MI29E}i$sJ#shtOz3ipJtnTpE=XT>V_Y9s>X-phdF{s=p+$<|zVWco6RZ diff --git a/icons/clothing/suits/capes/dominia_doublecape.dmi b/icons/obj/item/clothing/accessory/poncho/dominia_doublecape.dmi similarity index 87% rename from icons/clothing/suits/capes/dominia_doublecape.dmi rename to icons/obj/item/clothing/accessory/poncho/dominia_doublecape.dmi index 0228664f5a65505d61b387c543b8c56405bcb62f..5bf800c8e02210b76c4b1c4c4f9d7010735c7d86 100644 GIT binary patch delta 40 ycmV+@0N4MV2Al?v${nAWjL>F6ytd*}T-uZsT>V_YUIG9$ZbJQ!DLIa@=QRR|Q4)aw delta 40 ycmV+@0N4MV2Al?v${k;thtOt1ytd*}T-uZsT>V_YUIG9>XhR&JGwNfp=QRR+HWCB? diff --git a/icons/clothing/suits/capes/dominia_red.dmi b/icons/obj/item/clothing/accessory/poncho/dominia_red.dmi similarity index 89% rename from icons/clothing/suits/capes/dominia_red.dmi rename to icons/obj/item/clothing/accessory/poncho/dominia_red.dmi index f26f8ff4c6a9536a14c0119d605133c515fd3b71..6096776ef6590d2557b48b2254cd9ab72fac9738 100644 GIT binary patch delta 26 icmeC??B<+sk$L`%o{3jfIDYv~6@I*_S#uL(H!}d6lM7M+ delta 26 icmeC??B<+skvV==`@}0M9OeR310$<+K5b&`W(EL>7zzCV diff --git a/icons/clothing/suits/capes/dominia_surcoat.dmi b/icons/obj/item/clothing/accessory/poncho/dominia_surcoat.dmi similarity index 83% rename from icons/clothing/suits/capes/dominia_surcoat.dmi rename to icons/obj/item/clothing/accessory/poncho/dominia_surcoat.dmi index d0d8be4007dfaca0078eba50c55fd70798f552a5..c7d27b93c20e16193263365ee77e71a18c377d83 100644 GIT binary patch delta 40 ycmV+@0N4Nf1^We%#2ufQjL>63q@LnZTzZrhT>V_YJ^=u+=s&~;ib}Du;Ti&*!xJa~ delta 40 ycmV+@0N4Nf1^We%#2sInhtOj}q@LnZTzZrhT>V_YJ^=u{g+Jq{g<~qQ;Ti&zViMZ` diff --git a/icons/clothing/suits/capes/elegant_cloak.dmi b/icons/obj/item/clothing/accessory/poncho/elegant_cloak.dmi similarity index 82% rename from icons/clothing/suits/capes/elegant_cloak.dmi rename to icons/obj/item/clothing/accessory/poncho/elegant_cloak.dmi index 99d885e01d0f01c791fa0588d3a521bf0adb8429..e91e8e6109b21499329ec02f2e4c1bfd97498b9c 100644 GIT binary patch delta 51 zcmV-30L=fR2%!j&QUQvQQ*R@(4ul31;xwSzLX@WBQj#^`vqf3K)z1YSxBxVOY)LDD JdF8R^JOeG?7F7TM delta 53 zcmV-50LuTN2%`v)QUQ#SQ*R}rj?z4Y1{2~mpxQ!|rs7hPHQ=*FS;5uM1su2lT)k|E L?nUN9vE@7ieNY(6 diff --git a/icons/clothing/suits/capes/flowing_cloak.dmi b/icons/obj/item/clothing/accessory/poncho/flowing_cloak.dmi similarity index 75% rename from icons/clothing/suits/capes/flowing_cloak.dmi rename to icons/obj/item/clothing/accessory/poncho/flowing_cloak.dmi index 71f4b89685273737713ffcc148144a4bde4c6656..578f7afdf45f07fe548bf9f4c4da96f868e0bcf8 100644 GIT binary patch delta 51 zcmV-30L=fC2a*SnQUQvQQ*R@(4ul31;xwSzLX@WBQj#^`vqf3K)z1YSxB!qyY|RcD J?S--DtpY497To{< delta 53 zcmV-50LuT82b2epQUQ#SQ*R}rj?z4Y1{2~mpxQ!|rs7hPHQ=*FS;5uM1su2lxP@&C LPktbgvE{7-Zo(Jk diff --git a/icons/clothing/suits/capes/fur_wrap.dmi b/icons/obj/item/clothing/accessory/poncho/fur_wrap.dmi similarity index 78% rename from icons/clothing/suits/capes/fur_wrap.dmi rename to icons/obj/item/clothing/accessory/poncho/fur_wrap.dmi index 92b7e052ad1555a23122a3bc6b8d1c32d789f184..090b144a952e56916220ea32d70a47e43e31dfd1 100644 GIT binary patch delta 39 xcmV+?0NDT11JVPKupCcJMyNF*ptiUams({7S3ei9ivcIEHR;2Xc?Ge|1_3(p510S| delta 39 xcmV+?0NDT11JVPKupBSVL#Q<&ptiUams({7S3ei9ivclIHVE)EN8z!|1_3-wjH0Cj8JYuSb1?NF6GJ!u6{0Hrvm^^GC2xv`Qr7F)7?cx5rqH% delta 39 vcmdnMyn%VbHre=D?E!gC5tW6SdQVSrt*g^ZSkBB4VPdJt!uVTb;^n&lGWicz