From 59365ac93b3e7e7be08d573da9d377f01fbf8896 Mon Sep 17 00:00:00 2001 From: Pierson Arnold Date: Sun, 18 Aug 2024 10:42:20 -0500 Subject: [PATCH 1/2] Added coder arms and pink collar --- .../Inventories/clothesmate.yml | 1 + .../VendingMachines/Inventories/pride.yml | 3 +- .../Floof/Entities/Clothing/Hands/gloves.yml | 12 ++++++++ .../Floof/Entities/Clothing/Neck/collars.yml | 11 ++++++++ Resources/Prototypes/Floof/Loadouts/hands.yml | 8 ++++++ Resources/Prototypes/Floof/Loadouts/neck.yml | 8 ++++++ .../Hands/coderarms.rsi/equipped-HAND.png | Bin 0 -> 733 bytes .../Clothing/Hands/coderarms.rsi/icon.png | Bin 0 -> 884 bytes .../Hands/coderarms.rsi/inhand-left.png | Bin 0 -> 617 bytes .../Hands/coderarms.rsi/inhand-right.png | Bin 0 -> 634 bytes .../Clothing/Hands/coderarms.rsi/meta.json | 26 ++++++++++++++++++ .../Neck/collar_pink.rsi/equipped-NECK.png | Bin 0 -> 314 bytes .../Clothing/Neck/collar_pink.rsi/icon.png | Bin 0 -> 252 bytes .../Clothing/Neck/collar_pink.rsi/meta.json | 18 ++++++++++++ 14 files changed, 86 insertions(+), 1 deletion(-) create mode 100644 Resources/Prototypes/Floof/Entities/Clothing/Hands/gloves.yml create mode 100644 Resources/Textures/Floof/Clothing/Hands/coderarms.rsi/equipped-HAND.png create mode 100644 Resources/Textures/Floof/Clothing/Hands/coderarms.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Hands/coderarms.rsi/inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/Hands/coderarms.rsi/inhand-right.png create mode 100644 Resources/Textures/Floof/Clothing/Hands/coderarms.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Neck/collar_pink.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Floof/Clothing/Neck/collar_pink.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Neck/collar_pink.rsi/meta.json diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml index b8398008d41..9f5362af5bb 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml @@ -23,6 +23,7 @@ ClothingUniformLoinCloth: 5 # FloofStation ClothingNeckCollarBlue: 1 # Floofstation - Collar addition ClothingNeckCollarBlack: 1 # Floofstation - Collar addition + ClothingNeckCollarPink: 1 # Floofstation - Collar addition ClothingLongcoatNT: 2 # Floofstation ClothingLongcoatAL: 2 # Floofstation ClothingLongcoatBrown: 2 # Floofstation diff --git a/Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/pride.yml b/Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/pride.yml index 28d2fbc1af2..f2db0a081c8 100644 --- a/Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/pride.yml +++ b/Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/pride.yml @@ -26,7 +26,8 @@ BedsheetRainbow: 2 ClothingUniformColorRainbow: 2 ClothingUnderSocksCoder: 1 + ClothingHandsCoderArms: 1 # Floofstation ClothingUnderSocksBee: 1 emaggedInventory: # 3 for more friends! - ClothingUnderSocksCoderValid: 3 # Floofstation \ No newline at end of file + ClothingUnderSocksCoderValid: 3 # Floofstation diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Hands/gloves.yml b/Resources/Prototypes/Floof/Entities/Clothing/Hands/gloves.yml new file mode 100644 index 00000000000..bb62055ff86 --- /dev/null +++ b/Resources/Prototypes/Floof/Entities/Clothing/Hands/gloves.yml @@ -0,0 +1,12 @@ +- type: entity + parent: ClothingHandsBase + id: ClothingHandsCoderArms + name: Coder Armwarmers + description: A pair of armwarmers that provide some protection during those long nights at the keyboard. + components: + - type: Sprite + sprite: Floof/Clothing/Hands/coderarms.rsi + - type: Clothing + sprite: Floof/Clothing/Hands/coderarms.rsi + - type: Fiber + fiberColor: fibers-white diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Neck/collars.yml b/Resources/Prototypes/Floof/Entities/Clothing/Neck/collars.yml index a0d64910eb9..5ce31b6f691 100644 --- a/Resources/Prototypes/Floof/Entities/Clothing/Neck/collars.yml +++ b/Resources/Prototypes/Floof/Entities/Clothing/Neck/collars.yml @@ -20,6 +20,17 @@ - type: Clothing sprite: Floof/Clothing/Neck/collar_black.rsi +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCollarPink + name: pink collar + description: A cute pink collar. + components: + - type: Sprite + sprite: Floof/Clothing/Neck/collar_pink.rsi + - type: Clothing + sprite: Floof/Clothing/Neck/collar_pink.rsi + - type: entity parent: ClothingNeckBase id: ClothingNeckCollarEpi diff --git a/Resources/Prototypes/Floof/Loadouts/hands.yml b/Resources/Prototypes/Floof/Loadouts/hands.yml index 5cc25557ed0..3b2705b64f6 100644 --- a/Resources/Prototypes/Floof/Loadouts/hands.yml +++ b/Resources/Prototypes/Floof/Loadouts/hands.yml @@ -5,3 +5,11 @@ exclusive: true items: - ClothingHandsTacticalMaidGloves + +- type: loadout #FloofStation + id: LoadoutHandsGlovesCoderArms + category: Hands + cost: 1 + exclusive: true + items: + - ClothingHandsCoderArms diff --git a/Resources/Prototypes/Floof/Loadouts/neck.yml b/Resources/Prototypes/Floof/Loadouts/neck.yml index e75b8560268..c227a7b0ad5 100644 --- a/Resources/Prototypes/Floof/Loadouts/neck.yml +++ b/Resources/Prototypes/Floof/Loadouts/neck.yml @@ -101,6 +101,14 @@ items: - ClothingNeckCollarBlack +- type: loadout + id: LoadoutItemsNeckPinkCollar + category: Neck + cost: 1 + exclusive: true + items: + - ClothingNeckCollarPink + - type: loadout id: LoadoutItemsNeckSyndieCollar category: Neck diff --git a/Resources/Textures/Floof/Clothing/Hands/coderarms.rsi/equipped-HAND.png b/Resources/Textures/Floof/Clothing/Hands/coderarms.rsi/equipped-HAND.png new file mode 100644 index 0000000000000000000000000000000000000000..853944c1828d3974ded0071a314894fb989c246d GIT binary patch literal 733 zcmV<30wVp1P)g_{?7I>sm%{BB?82>lU6>RIMm1(-7P$swVFV4=R~h zLij}3tI2@Ex27Jq_|4?B#a||Cku73%eb}JMgR3*xN59KL7v#0000&RnJN&gQJ zT7+-jTtT@4q6Y5Vum>Hz=%z+dnQgYu{E>_maf P00000NkvXXu0mjfWCdUO literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Hands/coderarms.rsi/icon.png b/Resources/Textures/Floof/Clothing/Hands/coderarms.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..81f0bded3a1053a92dee02eecb0fb6d28ac5ee0f GIT binary patch literal 884 zcmV-)1B?8LP)tcQZ4b|w|aH1Ya6}El%ayHM|ein^rEm#Lujk0S-dAaq-Ntu z;S*t>E&~eRT6&_+Zx(0j{AIBo4bOw!>ZxQ}IMKptR?iDh2z&FnlG>QZ`Vx1lupE&* zB4-qXFhK$+Bq*^#jv{`^1=(49-(=0V#HM&ud25u>#gQQ^UZ1EX>6((97Cj|Tj;{~n@P5-9sY4%(6N>lS5gJ%aWZ<<=- z0Iqgn_*skV@tWk2V^62y;{y6(FnABHwfe3a_nbdLbX$JW9ULCPxYT>r{{X@uXYD?p zx(5IN0l`T`K~z|U?N&Q(!axvxiE@KZrUys!ZCDzJSMH{vy)w!R z4CQQFVa=4(_j?WiK+at3cUufcV*vI8Y4v9z9P{=0frrN@0Dzu{0D$k8`;0&v5>^D1 z7nsOb*$&|LD=%o(hQ{Co8u=fe z>ln*PfI1>)3FLrv3^{XgI3+m}hf{*#Xbi1mgwsVfm^?UBOvc zpw4dh?KSrd0O52|DQLgjBAhPjogg*J3;s-d(TT`cxgAiZnsx=L=l7-Hk*_ja2|#&4 z<@EEl1jLcsUWOU3*5*LbA4a*zjDD09VWf@q8l!Mdf8y zmpMRSWqGS_2CkHp7Yml<&jHi{pM7c2qT-9?s-I$AbkRi@mxv$NUyqrnju{dF0000< KMNUMnLSTXjrI6SF literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Hands/coderarms.rsi/inhand-left.png b/Resources/Textures/Floof/Clothing/Hands/coderarms.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..7994331ab6df664095baf957d6122da9d2a27966 GIT binary patch literal 617 zcmV-v0+#)WP)tcQZ4b|w|aH1Ya6}El%ayHM|ein^rEm#Lujk0S-dAaq-Ntu z;S*t>E&~eRT6&_+Zx(0j{AIBo4bOw!>ZxQ}IMKptR?iDh2z&FnlG>QZ`Vx1lupE&* zB4-qXFhK$+Bq*^#jv{`^1=(49-(=0V#HM&ud25u>#gQQ^UZ1EX>6((97Cj|Tj;{~n@P5-9sY4%(6N>lS5gJ%aWZ<<=- z0Iqgn_*skV@tWk2V^62y;{y6(FnABHwfe3a_nbdLbX$JW9ULCPxYT>r{{X@uXYD?p zx(5IN0Jcd)K~#90?b^W!0x=Lq;aL%jSaxd=u?PEzC0Rf`d9#AtEFgr`pe%T>fSj_Y ztss+N;C%%=0&~nS0ssI2000001!C~Ir|wQO=8VmU=TDrms*kPJRTYEJDWx2P&)V18 znpUbTvLtfw`cKzR&$Tg4K@P+02EmPHvMs1=qpj>00000NkvXXu0mjf D_naAT literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Hands/coderarms.rsi/inhand-right.png b/Resources/Textures/Floof/Clothing/Hands/coderarms.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..992c269e5ce4d5bde03001d6b199fac7086620ae GIT binary patch literal 634 zcmV-=0)_pFP)tcQZ4b|w|aH1Ya6}El%ayHM|ein^rEm#Lujk0S-dAaq-Ntu z;S*t>E&~eRT6&_+Zx(0j{AIBo4bOw!>ZxQ}IMKptR?iDh2z&FnlG>QZ`Vx1lupE&* zB4-qXFhK$+Bq*^#jv{`^1=(49-(=0V#HM&ud25u>#gQQ^UZ1EX>6((97Cj|Tj;{~n@P5-9sY4%(6N>lS5gJ%aWZ<<=- z0Iqgn_*skV@tWk2V^62y;{y6(FnABHwfe3a_nbdLbX$JW9ULCPxYT>r{{X@uXYD?p zx(5IN0LMv0K~#90?b@*ogD?<<;UkI|0>KOju|xJCRpwy;QqeI19RpaFXGnxZ!2ncF zn}WiiSm5aY>XZC*y3S7o00000000117_IEl8C-15d2t!)tH#FNEPd6SdI{cg8m+9+ z$}Y=d&w2^p`L<-dx(rRVkt|7N7+bkL@6rC4{^Ug&^;KiDB$e0r{`~`6H+zH-G6Dbq z000000000X`iFlwr+&biP&xzNgwPpqvHJq1+DP2ZGCW$zi}IA60q^*a2LK>wA49Tn US_pw@bpQYW07*qoM6N<$f)(E&)Bpeg literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Hands/coderarms.rsi/meta.json b/Resources/Textures/Floof/Clothing/Hands/coderarms.rsi/meta.json new file mode 100644 index 00000000000..e6321f48aea --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Hands/coderarms.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by bribrooo (Discord), original from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HAND", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Clothing/Neck/collar_pink.rsi/equipped-NECK.png b/Resources/Textures/Floof/Clothing/Neck/collar_pink.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..b295e5862416d48990b6a05c98d04350d1570bf5 GIT binary patch literal 314 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|zIeJghE&XX zdrOh;kb%gtkNqr%ML8B6Ea>6XYmj4Ca9n&*MJC}zEW<_S0tTMX(PgYDfw5f*k=_z4 z|Lm{ly{%rq`u1d?F&EC2X6KyvWBq8hNp(l+r8CEly>H!e>d#b`lV+bqj-!wtExZR{qH_s=9yk7?W&i3ev|7uzjgn@ zf4zRh2s9iF8sx8s$~*MTxbtfv_o-dK{;bdJpWl7o_(E98r*-}Z@@Kp_E9^V{WA(Pc zC!4+{&DyAKwar}d2b)EmL%GD{$~Sq5ak^3vgMK8J-+z_3Vn$8^Gf2SG)z4*}Q$iB} D*dm15 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Neck/collar_pink.rsi/icon.png b/Resources/Textures/Floof/Clothing/Neck/collar_pink.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..70dd83c7259732499e4c45cacb3fe20bb86f4183 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|6a#!hTp9i| z>`I(>@%-7JKYw1Y-sR}%2$Xp@<>KVYlW(kKD2QNK?mN2+D8yY7e|G45ROX ztJhMuvfuG>y>WF$cOt7=`u)pnX=xmd4*TXZ&g@z6bmp$hjH~ls Date: Sun, 18 Aug 2024 16:37:11 -0500 Subject: [PATCH 2/2] removed coder arms --- .../VendingMachines/Inventories/pride.yml | 1 - .../Floof/Entities/Clothing/Hands/gloves.yml | 12 -------- Resources/Prototypes/Floof/Loadouts/hands.yml | 8 ------ .../Hands/coderarms.rsi/equipped-HAND.png | Bin 733 -> 0 bytes .../Clothing/Hands/coderarms.rsi/icon.png | Bin 884 -> 0 bytes .../Hands/coderarms.rsi/inhand-left.png | Bin 617 -> 0 bytes .../Hands/coderarms.rsi/inhand-right.png | Bin 634 -> 0 bytes .../Clothing/Hands/coderarms.rsi/meta.json | 26 ------------------ 8 files changed, 47 deletions(-) delete mode 100644 Resources/Prototypes/Floof/Entities/Clothing/Hands/gloves.yml delete mode 100644 Resources/Textures/Floof/Clothing/Hands/coderarms.rsi/equipped-HAND.png delete mode 100644 Resources/Textures/Floof/Clothing/Hands/coderarms.rsi/icon.png delete mode 100644 Resources/Textures/Floof/Clothing/Hands/coderarms.rsi/inhand-left.png delete mode 100644 Resources/Textures/Floof/Clothing/Hands/coderarms.rsi/inhand-right.png delete mode 100644 Resources/Textures/Floof/Clothing/Hands/coderarms.rsi/meta.json diff --git a/Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/pride.yml b/Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/pride.yml index f2db0a081c8..d909cb12d44 100644 --- a/Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/pride.yml +++ b/Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/pride.yml @@ -26,7 +26,6 @@ BedsheetRainbow: 2 ClothingUniformColorRainbow: 2 ClothingUnderSocksCoder: 1 - ClothingHandsCoderArms: 1 # Floofstation ClothingUnderSocksBee: 1 emaggedInventory: # 3 for more friends! diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Hands/gloves.yml b/Resources/Prototypes/Floof/Entities/Clothing/Hands/gloves.yml deleted file mode 100644 index bb62055ff86..00000000000 --- a/Resources/Prototypes/Floof/Entities/Clothing/Hands/gloves.yml +++ /dev/null @@ -1,12 +0,0 @@ -- type: entity - parent: ClothingHandsBase - id: ClothingHandsCoderArms - name: Coder Armwarmers - description: A pair of armwarmers that provide some protection during those long nights at the keyboard. - components: - - type: Sprite - sprite: Floof/Clothing/Hands/coderarms.rsi - - type: Clothing - sprite: Floof/Clothing/Hands/coderarms.rsi - - type: Fiber - fiberColor: fibers-white diff --git a/Resources/Prototypes/Floof/Loadouts/hands.yml b/Resources/Prototypes/Floof/Loadouts/hands.yml index 3b2705b64f6..5cc25557ed0 100644 --- a/Resources/Prototypes/Floof/Loadouts/hands.yml +++ b/Resources/Prototypes/Floof/Loadouts/hands.yml @@ -5,11 +5,3 @@ exclusive: true items: - ClothingHandsTacticalMaidGloves - -- type: loadout #FloofStation - id: LoadoutHandsGlovesCoderArms - category: Hands - cost: 1 - exclusive: true - items: - - ClothingHandsCoderArms diff --git a/Resources/Textures/Floof/Clothing/Hands/coderarms.rsi/equipped-HAND.png b/Resources/Textures/Floof/Clothing/Hands/coderarms.rsi/equipped-HAND.png deleted file mode 100644 index 853944c1828d3974ded0071a314894fb989c246d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 733 zcmV<30wVp1P)g_{?7I>sm%{BB?82>lU6>RIMm1(-7P$swVFV4=R~h zLij}3tI2@Ex27Jq_|4?B#a||Cku73%eb}JMgR3*xN59KL7v#0000&RnJN&gQJ zT7+-jTtT@4q6Y5Vum>Hz=%z+dnQgYu{E>_maf P00000NkvXXu0mjfWCdUO diff --git a/Resources/Textures/Floof/Clothing/Hands/coderarms.rsi/icon.png b/Resources/Textures/Floof/Clothing/Hands/coderarms.rsi/icon.png deleted file mode 100644 index 81f0bded3a1053a92dee02eecb0fb6d28ac5ee0f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 884 zcmV-)1B?8LP)tcQZ4b|w|aH1Ya6}El%ayHM|ein^rEm#Lujk0S-dAaq-Ntu z;S*t>E&~eRT6&_+Zx(0j{AIBo4bOw!>ZxQ}IMKptR?iDh2z&FnlG>QZ`Vx1lupE&* zB4-qXFhK$+Bq*^#jv{`^1=(49-(=0V#HM&ud25u>#gQQ^UZ1EX>6((97Cj|Tj;{~n@P5-9sY4%(6N>lS5gJ%aWZ<<=- z0Iqgn_*skV@tWk2V^62y;{y6(FnABHwfe3a_nbdLbX$JW9ULCPxYT>r{{X@uXYD?p zx(5IN0l`T`K~z|U?N&Q(!axvxiE@KZrUys!ZCDzJSMH{vy)w!R z4CQQFVa=4(_j?WiK+at3cUufcV*vI8Y4v9z9P{=0frrN@0Dzu{0D$k8`;0&v5>^D1 z7nsOb*$&|LD=%o(hQ{Co8u=fe z>ln*PfI1>)3FLrv3^{XgI3+m}hf{*#Xbi1mgwsVfm^?UBOvc zpw4dh?KSrd0O52|DQLgjBAhPjogg*J3;s-d(TT`cxgAiZnsx=L=l7-Hk*_ja2|#&4 z<@EEl1jLcsUWOU3*5*LbA4a*zjDD09VWf@q8l!Mdf8y zmpMRSWqGS_2CkHp7Yml<&jHi{pM7c2qT-9?s-I$AbkRi@mxv$NUyqrnju{dF0000< KMNUMnLSTXjrI6SF diff --git a/Resources/Textures/Floof/Clothing/Hands/coderarms.rsi/inhand-left.png b/Resources/Textures/Floof/Clothing/Hands/coderarms.rsi/inhand-left.png deleted file mode 100644 index 7994331ab6df664095baf957d6122da9d2a27966..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 617 zcmV-v0+#)WP)tcQZ4b|w|aH1Ya6}El%ayHM|ein^rEm#Lujk0S-dAaq-Ntu z;S*t>E&~eRT6&_+Zx(0j{AIBo4bOw!>ZxQ}IMKptR?iDh2z&FnlG>QZ`Vx1lupE&* zB4-qXFhK$+Bq*^#jv{`^1=(49-(=0V#HM&ud25u>#gQQ^UZ1EX>6((97Cj|Tj;{~n@P5-9sY4%(6N>lS5gJ%aWZ<<=- z0Iqgn_*skV@tWk2V^62y;{y6(FnABHwfe3a_nbdLbX$JW9ULCPxYT>r{{X@uXYD?p zx(5IN0Jcd)K~#90?b^W!0x=Lq;aL%jSaxd=u?PEzC0Rf`d9#AtEFgr`pe%T>fSj_Y ztss+N;C%%=0&~nS0ssI2000001!C~Ir|wQO=8VmU=TDrms*kPJRTYEJDWx2P&)V18 znpUbTvLtfw`cKzR&$Tg4K@P+02EmPHvMs1=qpj>00000NkvXXu0mjf D_naAT diff --git a/Resources/Textures/Floof/Clothing/Hands/coderarms.rsi/inhand-right.png b/Resources/Textures/Floof/Clothing/Hands/coderarms.rsi/inhand-right.png deleted file mode 100644 index 992c269e5ce4d5bde03001d6b199fac7086620ae..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 634 zcmV-=0)_pFP)tcQZ4b|w|aH1Ya6}El%ayHM|ein^rEm#Lujk0S-dAaq-Ntu z;S*t>E&~eRT6&_+Zx(0j{AIBo4bOw!>ZxQ}IMKptR?iDh2z&FnlG>QZ`Vx1lupE&* zB4-qXFhK$+Bq*^#jv{`^1=(49-(=0V#HM&ud25u>#gQQ^UZ1EX>6((97Cj|Tj;{~n@P5-9sY4%(6N>lS5gJ%aWZ<<=- z0Iqgn_*skV@tWk2V^62y;{y6(FnABHwfe3a_nbdLbX$JW9ULCPxYT>r{{X@uXYD?p zx(5IN0LMv0K~#90?b@*ogD?<<;UkI|0>KOju|xJCRpwy;QqeI19RpaFXGnxZ!2ncF zn}WiiSm5aY>XZC*y3S7o00000000117_IEl8C-15d2t!)tH#FNEPd6SdI{cg8m+9+ z$}Y=d&w2^p`L<-dx(rRVkt|7N7+bkL@6rC4{^Ug&^;KiDB$e0r{`~`6H+zH-G6Dbq z000000000X`iFlwr+&biP&xzNgwPpqvHJq1+DP2ZGCW$zi}IA60q^*a2LK>wA49Tn US_pw@bpQYW07*qoM6N<$f)(E&)Bpeg diff --git a/Resources/Textures/Floof/Clothing/Hands/coderarms.rsi/meta.json b/Resources/Textures/Floof/Clothing/Hands/coderarms.rsi/meta.json deleted file mode 100644 index e6321f48aea..00000000000 --- a/Resources/Textures/Floof/Clothing/Hands/coderarms.rsi/meta.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Sprited by bribrooo (Discord), original from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-HAND", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] -}