From e5533be03e72e48f6bebd087bae3ef663880f795 Mon Sep 17 00:00:00 2001 From: Angelo Fallaria Date: Fri, 3 Jan 2025 17:53:16 +0800 Subject: [PATCH 1/5] add gay male pride pin --- .../VendingMachines/Inventories/pride.yml | 3 ++- .../Prototypes/Entities/Clothing/Neck/pins.yml | 16 ++++++++++++++++ .../Markers/Spawners/Random/maintenance.yml | 2 ++ Resources/Prototypes/Loadouts/Generic/neck.yml | 11 +++++++++++ .../Neck/Misc/pins.rsi/gay-equipped.png | Bin 0 -> 179 bytes .../Clothing/Neck/Misc/pins.rsi/gay.png | Bin 0 -> 317 bytes .../Clothing/Neck/Misc/pins.rsi/meta.json | 9 ++++++++- 7 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 Resources/Textures/Clothing/Neck/Misc/pins.rsi/gay-equipped.png create mode 100644 Resources/Textures/Clothing/Neck/Misc/pins.rsi/gay.png diff --git a/Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/pride.yml b/Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/pride.yml index 9e1de27fa4b..8c6ac03185a 100644 --- a/Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/pride.yml +++ b/Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/pride.yml @@ -6,6 +6,7 @@ ClothingNeckAsexualPin: 3 ClothingNeckBisexualPin: 3 ClothingNeckIntersexPin: 3 + ClothingNeckGayPin: 3 ClothingNeckLesbianPin: 3 ClothingNeckNonBinaryPin: 3 ClothingNeckPansexualPin: 3 @@ -26,4 +27,4 @@ BedsheetRainbow: 2 ClothingUniformColorRainbow: 2 ClothingUnderSocksCoder: 1 - ClothingUnderSocksBee: 1 \ No newline at end of file + ClothingUnderSocksBee: 1 diff --git a/Resources/Prototypes/Entities/Clothing/Neck/pins.yml b/Resources/Prototypes/Entities/Clothing/Neck/pins.yml index b868c866998..5c2e2ae273e 100644 --- a/Resources/Prototypes/Entities/Clothing/Neck/pins.yml +++ b/Resources/Prototypes/Entities/Clothing/Neck/pins.yml @@ -77,6 +77,22 @@ neck: - state: bi-equipped +- type: entity + parent: ClothingNeckPinBase + id: ClothingNeckGayPin + name: gay pin + description: be gay do crime + components: + - type: Sprite + sprite: Clothing/Neck/Misc/pins.rsi + layers: + - state: gay + - type: Clothing + sprite: Clothing/Neck/Misc/pins.rsi + clothingVisuals: + neck: + - state: gay-equipped + - type: entity parent: ClothingNeckPinBase id: ClothingNeckIntersexPin diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml index 90774a1185e..a48932c80de 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml @@ -246,6 +246,8 @@ id: ClothingNeckBisexualPin - !type:EntSelector id: ClothingNeckIntersexPin + - !type:EntSelector + id: ClothingNeckGayPin - !type:EntSelector id: ClothingNeckLesbianPin - !type:EntSelector diff --git a/Resources/Prototypes/Loadouts/Generic/neck.yml b/Resources/Prototypes/Loadouts/Generic/neck.yml index c18c33984fb..1fc4a755413 100644 --- a/Resources/Prototypes/Loadouts/Generic/neck.yml +++ b/Resources/Prototypes/Loadouts/Generic/neck.yml @@ -205,6 +205,17 @@ - !type:CharacterItemGroupRequirement group: LoadoutNeck +- type: loadout + id: LoadoutItemsPrideGayPin + category: Neck + cost: 0 + exclusive: true + items: + - ClothingNeckGayPin + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutNeck + - type: loadout id: LoadoutItemsPrideIntersexPin category: Neck diff --git a/Resources/Textures/Clothing/Neck/Misc/pins.rsi/gay-equipped.png b/Resources/Textures/Clothing/Neck/Misc/pins.rsi/gay-equipped.png new file mode 100644 index 0000000000000000000000000000000000000000..d5127a021865ca0397b1ccd2e2d78f5ae13e4e4f GIT binary patch literal 179 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|ay?xfLn`LH zJ?F@K$U(s2qUQ}}zJkDWA>O_gXiu*J%1KD=Rc^J z{VrEVE?36y_UEl{48H~&ZCAP5bJXzv#Gm$6(QmdKI;Vst0GWGr A;s5{u literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Misc/pins.rsi/meta.json b/Resources/Textures/Clothing/Neck/Misc/pins.rsi/meta.json index 46b04963997..aab069b5478 100644 --- a/Resources/Textures/Clothing/Neck/Misc/pins.rsi/meta.json +++ b/Resources/Textures/Clothing/Neck/Misc/pins.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "PixelTK leaves his mark on upstream", + "copyright": "PixelTK leaves his mark on upstream, BackeTako made the gay", "size": { "x": 32, "y": 32 @@ -28,6 +28,13 @@ "name": "bi-equipped", "directions": 4 }, + { + "name": "gay" + }, + { + "name": "gay-equipped", + "directions": 4 + }, { "name": "inter" }, From e3eac07494aa3c75314bf3bd32feaf08d11696e4 Mon Sep 17 00:00:00 2001 From: Angelo Fallaria Date: Fri, 3 Jan 2025 19:13:32 +0800 Subject: [PATCH 2/5] add religious neckwear --- .../Locale/en-US/loadouts/generic/neck.ftl | 3 + .../Entities/Clothing/Neck/religious.yml | 87 +++++++++++++++++ .../Prototypes/Loadouts/Generic/neck.yml | 92 ++++++++++++++++++ .../color-inverted.rsi/equipped-NECK.png | Bin 0 -> 204 bytes .../Crucifixes/color-inverted.rsi/icon.png | Bin 0 -> 317 bytes .../Crucifixes/color-inverted.rsi/meta.json | 18 ++++ .../Crucifixes/color.rsi/equipped-NECK.png | Bin 0 -> 209 bytes .../Neck/Crucifixes/color.rsi/icon.png | Bin 0 -> 317 bytes .../Neck/Crucifixes/color.rsi/meta.json | 18 ++++ .../gold-inverted.rsi/equipped-NECK.png | Bin 0 -> 219 bytes .../Crucifixes/gold-inverted.rsi/icon.png | Bin 0 -> 316 bytes .../Crucifixes/gold-inverted.rsi/meta.json | 18 ++++ .../Crucifixes/gold.rsi/equipped-NECK.png | Bin 0 -> 224 bytes .../Neck/Crucifixes/gold.rsi/icon.png | Bin 0 -> 338 bytes .../Neck/Crucifixes/gold.rsi/meta.json | 18 ++++ .../silver-inverted.rsi/equipped-NECK.png | Bin 0 -> 215 bytes .../Crucifixes/silver-inverted.rsi/icon.png | Bin 0 -> 347 bytes .../Crucifixes/silver-inverted.rsi/meta.json | 18 ++++ .../Crucifixes/silver.rsi/equipped-NECK.png | Bin 0 -> 223 bytes .../Neck/Crucifixes/silver.rsi/icon.png | Bin 0 -> 351 bytes .../Neck/Crucifixes/silver.rsi/meta.json | 18 ++++ .../Neck/Misc/scapular.rsi/equipped-NECK.png | Bin 0 -> 334 bytes .../Clothing/Neck/Misc/scapular.rsi/icon.png | Bin 0 -> 878 bytes .../Clothing/Neck/Misc/scapular.rsi/meta.json | 18 ++++ .../Neck/Misc/tallit.rsi/equipped-NECK.png | Bin 0 -> 533 bytes .../Clothing/Neck/Misc/tallit.rsi/icon.png | Bin 0 -> 214 bytes .../Clothing/Neck/Misc/tallit.rsi/meta.json | 18 ++++ 27 files changed, 326 insertions(+) create mode 100644 Resources/Prototypes/Entities/Clothing/Neck/religious.yml create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/color-inverted.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/color-inverted.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/color-inverted.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/color.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/color.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/color.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/gold-inverted.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/gold-inverted.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/gold-inverted.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/gold.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/gold.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/gold.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/silver-inverted.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/silver-inverted.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/silver-inverted.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/silver.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/silver.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/silver.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Misc/scapular.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Misc/scapular.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Misc/scapular.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Misc/tallit.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Misc/tallit.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Misc/tallit.rsi/meta.json diff --git a/Resources/Locale/en-US/loadouts/generic/neck.ftl b/Resources/Locale/en-US/loadouts/generic/neck.ftl index 8a9abb76664..93e4a4e0207 100644 --- a/Resources/Locale/en-US/loadouts/generic/neck.ftl +++ b/Resources/Locale/en-US/loadouts/generic/neck.ftl @@ -1,4 +1,7 @@ loadout-name-LoadoutNeckOldMantle = old mantle (colorable) loadout-name-LoadoutNeckUnathiMantle = unathi mantle (colorable) loadout-name-LoadoutNeckTieWhite = suit tie (colorable) +loadout-name-LoadoutNeckCrucifixColor = crucifix (colorable) +loadout-name-LoadoutNeckCrucifixColorSaintPeter = Saint Peter crucifix (colorable) +loadout-name-LoadoutNeckTallit = tallit (colorable) loadout-name-LoadoutNeckBedsheetWhite = bedsheet (colorable) diff --git a/Resources/Prototypes/Entities/Clothing/Neck/religious.yml b/Resources/Prototypes/Entities/Clothing/Neck/religious.yml new file mode 100644 index 00000000000..9941c5e782d --- /dev/null +++ b/Resources/Prototypes/Entities/Clothing/Neck/religious.yml @@ -0,0 +1,87 @@ +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCrucifixColor + name: crucifix + description: A small cross on a piece of string. Commonly associated with the Christian faith, it is a main symbol of this religion. + components: + - type: Sprite + sprite: Clothing/Neck/Crucifixes/color.rsi + - type: Clothing + sprite: Clothing/Neck/Crucifixes/color.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCrucifixColorSaintPeter + name: Saint Peter crucifix + description: A small cross on a piece of string. Being inverted and thus upside down marks it as the cross of Saint Peter. + components: + - type: Sprite + sprite: Clothing/Neck/Crucifixes/color-inverted.rsi + - type: Clothing + sprite: Clothing/Neck/Crucifixes/color-inverted.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCrucifixGold + name: gold crucifix + description: A small, gold cross on a piece of string. Commonly associated with the Christian faith, it is a main symbol of this religion. + components: + - type: Sprite + sprite: Clothing/Neck/Crucifixes/gold.rsi + - type: Clothing + sprite: Clothing/Neck/Crucifixes/gold.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCrucifixGoldSaintPeter + name: gold Saint Peter crucifix + description: A small, gold cross on a piece of string. Being inverted and thus upside down marks it as the cross of Saint Peter. + components: + - type: Sprite + sprite: Clothing/Neck/Crucifixes/gold-inverted.rsi + - type: Clothing + sprite: Clothing/Neck/Crucifixes/gold-inverted.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCrucifixSilver + name: silver crucifix + description: A small, silver cross on a piece of string. Commonly associated with the Christian faith, it is a main symbol of this religion. + components: + - type: Sprite + sprite: Clothing/Neck/Crucifixes/silver.rsi + - type: Clothing + sprite: Clothing/Neck/Crucifixes/silver.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCrucifixSilverSaintPeter + name: silver Saint Peter crucifix + description: A small, silver cross on a piece of string. Being inverted and thus upside down marks it as the cross of Saint Peter. + components: + - type: Sprite + sprite: Clothing/Neck/Crucifixes/silver-inverted.rsi + - type: Clothing + sprite: Clothing/Neck/Crucifixes/silver-inverted.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckScapular + name: scapular + description: As Christian garment that serves to remind the wearers of their commitment to live a Christian life. + components: + - type: Sprite + sprite: Clothing/Neck/Misc/scapular.rsi + - type: Clothing + sprite: Clothing/Neck/Misc/scapular.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckTallit + name: tallit + description: A fringed garment worn as a prayer shawl by religious Jews. + components: + - type: Sprite + sprite: Clothing/Neck/Misc/tallit.rsi + - type: Clothing + sprite: Clothing/Neck/Misc/tallit.rsi diff --git a/Resources/Prototypes/Loadouts/Generic/neck.yml b/Resources/Prototypes/Loadouts/Generic/neck.yml index 1fc4a755413..ca495208a67 100644 --- a/Resources/Prototypes/Loadouts/Generic/neck.yml +++ b/Resources/Prototypes/Loadouts/Generic/neck.yml @@ -271,6 +271,98 @@ - !type:CharacterItemGroupRequirement group: LoadoutNeck +# Religious +- type: loadout + id: LoadoutNeckCrucifixColor + category: Neck + cost: 0 + exclusive: true + customColorTint: true + items: + - ClothingNeckCrucifixColor + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutNeck + +- type: loadout + id: LoadoutNeckCrucifixColorSaintPeter + category: Neck + cost: 0 + exclusive: true + customColorTint: true + items: + - ClothingNeckCrucifixColorSaintPeter + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutNeck + +- type: loadout + id: LoadoutNeckCrucifixGold + category: Neck + cost: 0 + exclusive: true + items: + - ClothingNeckCrucifixGold + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutNeck + +- type: loadout + id: LoadoutNeckCrucifixGoldSaintPeter + category: Neck + cost: 0 + exclusive: true + items: + - ClothingNeckCrucifixGoldSaintPeter + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutNeck + +- type: loadout + id: LoadoutNeckCrucifixSilver + category: Neck + cost: 0 + exclusive: true + items: + - ClothingNeckCrucifixSilver + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutNeck + +- type: loadout + id: LoadoutNeckCrucifixSilverSaintPeter + category: Neck + cost: 0 + exclusive: true + items: + - ClothingNeckCrucifixSilverSaintPeter + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutNeck + +- type: loadout + id: LoadoutNeckScapular + category: Neck + cost: 0 + exclusive: true + items: + - ClothingNeckScapular + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutNeck + +- type: loadout + id: LoadoutNeckTallit + category: Neck + cost: 0 + exclusive: true + customColorTint: true + items: + - ClothingNeckTallit + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutNeck + # Bedsheets - type: loadout id: LoadoutNeckBedsheetCosmos diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/color-inverted.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Crucifixes/color-inverted.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..79dba25156c572f674f74c436ad870afa66f93f1 GIT binary patch literal 204 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=lRaG=Ln>~)y>*bc*+78B!N>dE z+pYrVb%#tX*V_oG3JD}R&8TD)y0uyNW8!j7hK6jf=(w(qI4{rl@Am5|{rbFl;!l3( zJyOq%qOzCA|9K<5;qc4nb1tivufKLn9cVldShSw~+wlAAhyS1Un|Zr@QMO`of2wEI yS$`@j)g>|Mea}yyZhNKdse-kPb6J4O9|W84Kjd1)sQNMwq}$Wg&t;ucLK6U8s!x6Z literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/color-inverted.rsi/icon.png b/Resources/Textures/Clothing/Neck/Crucifixes/color-inverted.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..1ab96dec8be0895ab923b135e745830854aea445 GIT binary patch literal 317 zcmV-D0mA-?P)Q)0pB+Q&^t#!4DpDWrp&$9vmaL!3>M;>Q{nHjX!Pezy-(o>rG zS_YhRl1!8*PWzv_@VKJ=%nW_sLkK|-QBoete0E8@x!;kdoR;8sZxAh*WIFrLx_lCt%Vq4-b>;{q;B~VzM9y!?XdWv z5DvotF-9=P_ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/color-inverted.rsi/meta.json b/Resources/Textures/Clothing/Neck/Crucifixes/color-inverted.rsi/meta.json new file mode 100644 index 00000000000..cae05fd74e4 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Crucifixes/color-inverted.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/4229a034d1bfd21e0c539b413feac6f69d725a66. Crucifix sprites edited by Skubman for SS14 (github: angelofallars)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/color.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Crucifixes/color.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..d33492019f396d997913de0d0f2605dc220b122c GIT binary patch literal 209 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=Gdx`!Ln>~)y|t0I*+76bAVIZk zx8jYrVjqS4rYdPnoS>-I@?EPr+CO3MkIH%O)(;jfvz_d%S*HxN00?4Sit7&)-}xK!?|N2eN0nRufykY+ z?;WvE&7C%L>+!dy*S~ty5_U8tC0+?}^BK6o8pErL;d=YpWrC?r7t>t_A>{b6VSx?uv0r3D(*JNJBBDg3IS*w%ZXZF65gB4x7Q`3<0Da%@;mp~% zeFQ|L<2V8UhGE#vLkQTm?GVhzGH{0Q-h-Jxw+BQ-bLAOgnx^XWx~t|PghM8B2p
~)y=BPPWFWzIVcN;7 zM~Vvs)AKH0w65St*MB4_;cMeGSH@%(N0RoZdn_tXe&1HpsZnHL*x*xm#(QP<=XV8N z>)-9yEzPZ~2{Zbi*O7i$=h)L7Gygu4zTd#FX z|GS>%89O_>geB|gzEYw8Q%pTN4;{H8d3KIiymIygp<2edEI{QCg2T_W*$Q4iodNO& NgQu&X%Q~loCIEeYRn!0g literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/gold-inverted.rsi/icon.png b/Resources/Textures/Clothing/Neck/Crucifixes/gold-inverted.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..3f2c5a8c047741fa03d002328cc79f1b3f6a9419 GIT binary patch literal 316 zcmV-C0mJ@@P)+!oqqXe+k<$XQI3fK^)Chi9I(WZT zk<$mwashHq(6ZoVxOU<*0|NsC!}c5Mh_pcs2ZTD?{-0HJo#EPv&nWSVY8E9M!_f;1*2dTkOBbd--)c<0(i6l O0000~)y=BPPWFW$p@PJKi zPII@#cQe_&y~g4nInJr+SY1EqxQLTcH)(&qmdew5UR9pjP*w(qnXfD-C%w4zuwvEy z*!pOmSgHG`XZ{a4vO1~D@Jp`NCt(Twy6yX~lpSz0^;WxoE_}Zr&^912ODd~BkUZya z%)jedoeRCQzi_OXYW>ppPw=%A=ljcKjz8U5lqSA?YtOUE{HHJKFHmO$>WO&8x2wlZ TP&cQ11;_|bS3j3^P62p^m literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/gold.rsi/icon.png b/Resources/Textures/Clothing/Neck/Crucifixes/gold.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e066f203fb457e448711d06d61a7fb65458f89a7 GIT binary patch literal 338 zcmV-Y0j>UtP)Ad;$cZa+R literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/gold.rsi/meta.json b/Resources/Textures/Clothing/Neck/Crucifixes/gold.rsi/meta.json new file mode 100644 index 00000000000..cae05fd74e4 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Crucifixes/gold.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/4229a034d1bfd21e0c539b413feac6f69d725a66. Crucifix sprites edited by Skubman for SS14 (github: angelofallars)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/silver-inverted.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Crucifixes/silver-inverted.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..30f61cccd9f94e3e84e1ef5e9826cab823a1911d GIT binary patch literal 215 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=^E_P~Ln>~)y=BPPWFWy7aH{b} z?`HQGxe|MM-|?MmyUTs`q~qdFg>6aqXE(Ie)ZcDtU7yLoup)TI=OFprTjcc~Uj4iM z>qhVX^F`0@^M1^kku~Ss<5%MMf3fKl{M!9iEo5i);fFJ%fEEEkMC;AJ4Yy0b{r|Mz z%v*kU$Rgzct?z3m|5(1pvq(g3+PRGDTYd;dPJZ%&`-KWf{rp`_r>{8H9-Yko3&izw L^>bP0l+XkKm&9Hc literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/silver-inverted.rsi/icon.png b/Resources/Textures/Clothing/Neck/Crucifixes/silver-inverted.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..d8ef1e2519cbfc7f4647b47d444350d7ecb941a2 GIT binary patch literal 347 zcmV-h0i^zkP)+!oqqXe+k<$XQI3fK^)Cm6VH`EzU3Qc6#ef0SM z(8%QfFyAAm51KiEfq{WR$SMoYE>KwlPn__yL5(yJ8kzh*EhmNH@~MjqMTHq~eSQ5i z{xdKzFzA};GaQ_dj+roNkqi3zXZ$ZJ%wR;eeAbjX46BK>lNMGwla&Z9%}g0CpSsAPYo-t9Qv#Ss@%iqf$5G-O<_P5MM=BsW5u(NU|FoPG t`c<8wk;xc7#U?fiM!_f;1*3oz003hYi;3e;Ii3Ij002ovPDHLkV1f|loUH%= literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/silver-inverted.rsi/meta.json b/Resources/Textures/Clothing/Neck/Crucifixes/silver-inverted.rsi/meta.json new file mode 100644 index 00000000000..cae05fd74e4 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Crucifixes/silver-inverted.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/4229a034d1bfd21e0c539b413feac6f69d725a66. Crucifix sprites edited by Skubman for SS14 (github: angelofallars)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/silver.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Crucifixes/silver.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..b03fc6848c66d1cd216dd6252d20f43399100485 GIT binary patch literal 223 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=%RF5iLn>~)y=BPPWFW$p@WA2C zv75>T(r)>W1!r*Xo?h^jt+Z%DhEtbV_Wpb=m8bQ*sywx!tPBn_U(N8Wz25fuY1IDR z|F-SRKKv=})Su-_aiYOJiF2GL&OcD}arxtg+n9~6=FGIYpSE8RXc-U~3Eq|eAfawQ z{r}deU+Z|Qzi_;ny8D&ypWtg*hb>w~jz3*lw5a>E?&6R%$VG(M7^@Y;!fHVeFh%MtR$F)gQ|S?Gl(iEqasZ1oHp4(txi)%{g@uKG z3;9D#BQuHG%-19n$h`Nzc?@8&SYC`%bpsi>#P5Uouk%y`GID8u_VV?(ebF}2tRu!n z{CyP_KFR2!l}M!oX2PfP)HC5zl|+n8$jGH)7mDBS{ol|P6hTOdRFp_X9RL38;b(L} zA{B`sB%Z$5kJ=0{r}PLmF`TY&N{;}5X=|I8Gw(*-9S}iC{oWe@pwsK-;wsJH{bjes zd{ha`Cf3U@#JkP&?tw%q;>p>>`=GDAU!$tHO0%0za0wq~pe!EmHV&IGp{aA`lg|&7 x#R2e>OpF*^#YJ((q<}`v*F9s4#bUAC;~#urpJw`&lCS^(002ovPDHLkV1n;upw0jQ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/silver.rsi/meta.json b/Resources/Textures/Clothing/Neck/Crucifixes/silver.rsi/meta.json new file mode 100644 index 00000000000..cae05fd74e4 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Crucifixes/silver.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/4229a034d1bfd21e0c539b413feac6f69d725a66. Crucifix sprites edited by Skubman for SS14 (github: angelofallars)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Misc/scapular.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Misc/scapular.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..a7bd177ebe8a8b3c781aea5dac794aecc474c3bd GIT binary patch literal 334 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|O(2 zr;B4q#hkaZ47r#L1zh((U}ZV~kkzJX>-LS8Z%0(KXLI{2MnpueUBYpy$=Aqw!=LZF zVo&@#89hm4=F&5c4M@o0^n$~6#&gbXKf3?SJE&28&yY9;NS<@Xf zA5}*3ua159Wbw;e%YfeyO&fUu!BC>s?%bU`Ioa zVBpTX-V4Mg+|&@9DY}ilMp{j7vR6mmDUQ1=#!_mFjGb6hOnh9@3wTb+u$;g|bNJtL W1a3)Y*|Q25Kn$L)elF{r5}E)Tx__tu literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Misc/scapular.rsi/icon.png b/Resources/Textures/Clothing/Neck/Misc/scapular.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4072ee583bb55947fb77f9266fc9b2b866b51401 GIT binary patch literal 878 zcmV-!1CjiRP)Y;MELeXf1(nPhb3SnX$ z$Al5m6Or^~aYa5ml@;oagaQlEiB%lTnM5=>fJBuDpe7-v(1}$H#`SdoBzovVm_!eV z(~0#k;kz>+U=S04E5ySAi1Q-GJhvC4y01Z!mrW)i?Su)x$rF=Jod_>nch=9Q?S@}_ zJ#Rs$BhW42=yV(W@ETVBMjKk)E~B(gx4{qZ|N0tUK6%i6$)IoQGlx^D%2Bn`w9gc# zwz>iUf?o00%WLHC0)w@iXLNu!M@FyG*nXR)Z``3zg*7^wsM5sbMSArkM&0G>t_%G2 zQ}ZHqEPYh-j1C|efP-Ct2qxF_JO$uo5fK$oY(zLPB`XIxMmS=JMr4IL2=WHB ziXi|aJA!ujo&mL|0AdF~o_)I@pP4|dM9ous&i~o|Kn`FLYVF6_u4PI{aN%? z%+uIJ69_*;pdJt$$N^UP=uM8o{by-?Pf^Z6#IX3SXWr97G){T3enP9nmM3GufFrc_VO0)x5jcF42WsnTFHP0dlPCc?|-10h@5`^2-}zjCx07dVfxZ|t+Ra1!0bu5N?kc_BCjbBd07*qoM6N<$ Ef^oH!umAu6 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Misc/scapular.rsi/meta.json b/Resources/Textures/Clothing/Neck/Misc/scapular.rsi/meta.json new file mode 100644 index 00000000000..d134d99e207 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Misc/scapular.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/4229a034d1bfd21e0c539b413feac6f69d725a66.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Misc/tallit.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Misc/tallit.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..51c023087364d03e9695f337fd6d9a5b646e7092 GIT binary patch literal 533 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|Vo6 zPZ!6KiaBp*S@*RV2)I-);qBnCR8Uk`cp}mwGhsqUPpRTpj*Z-(_@!6>R!#fib5`VO z*@J(I4_7d%$e1>?EM}WfaD_prZ!_a(n|$BPH96;xt8LpinNeWn>tFphuKv8S;hX_a z^z~AcKIM-uR_Et3bl;zNh$UfP{dKFpeHpwP_6iy%FFzZ-ZJ(I13O8r-u}wN9a`NjL z^BevzS;_q6{)?`yj2dP!%n!Z=et385wx$~6wxd_Ka)<{rFA)4}ckC8}@ayxt)=Brh zU*-@R+ON}ip}$i8u?g$4%v;BIvrK85%$R$-uD_r2#qWRBJtk9HiUnPcRBGLrQ*V8A z4U_-F6bA7f#S3>^#WT$UdO^zJP$091MHU06JFfz&|K_&`eP!A)VTpZ%=T_dl?z7ka zipI$*N!()zM9gp_NzucvI?1k2Y z-wE&LHAMWH#c-cJko}C!oz(^Jq!KPYh;3*VVo1#Ccs7S=;qAhM!3?&{JB0Qg$GDGE_*3As^(TSx%;4$j K=d#Wzp$PzBRN;dF literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Misc/tallit.rsi/icon.png b/Resources/Textures/Clothing/Neck/Misc/tallit.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..1983e1be08432a53ffbd718084badd40b435eb1f GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DA?iY z;uumf=j~-%J_bPn)&~=F76w@@5!RS{NO7vx+_NILJMN~a*C|!57gVX?5zplVY5@Wz z2d|aelCMQ=WjQcgI(gS)p(FVYJrn(JGfz-?zL)X2%vY}o#mfW^)g1UH^nh*8_w~iz zc@2xVhAo|PYulu)=YF^O|F{zWH?tv7x|?w^Gtj&o_B$yLOv_YC_HF?g@9FC2vd$@? F2>=PdOh*6! literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Misc/tallit.rsi/meta.json b/Resources/Textures/Clothing/Neck/Misc/tallit.rsi/meta.json new file mode 100644 index 00000000000..d134d99e207 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Misc/tallit.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/4229a034d1bfd21e0c539b413feac6f69d725a66.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} From 1c61f4a4e1fd00c331b52f8f4570a188067fbac4 Mon Sep 17 00:00:00 2001 From: Angelo Fallaria Date: Fri, 3 Jan 2025 19:32:55 +0800 Subject: [PATCH 3/5] update crucifix side sprites to show crucifix --- .../Entities/Clothing/Neck/religious.yml | 4 ++-- .../color-inverted.rsi/equipped-NECK.png | Bin 204 -> 207 bytes .../Neck/Crucifixes/color.rsi/equipped-NECK.png | Bin 209 -> 208 bytes .../gold-inverted.rsi/equipped-NECK.png | Bin 219 -> 222 bytes .../Neck/Crucifixes/gold.rsi/equipped-NECK.png | Bin 224 -> 222 bytes .../silver-inverted.rsi/equipped-NECK.png | Bin 215 -> 218 bytes .../Crucifixes/silver.rsi/equipped-NECK.png | Bin 223 -> 221 bytes 7 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/Neck/religious.yml b/Resources/Prototypes/Entities/Clothing/Neck/religious.yml index 9941c5e782d..ef7be20d727 100644 --- a/Resources/Prototypes/Entities/Clothing/Neck/religious.yml +++ b/Resources/Prototypes/Entities/Clothing/Neck/religious.yml @@ -68,7 +68,7 @@ parent: ClothingNeckBase id: ClothingNeckScapular name: scapular - description: As Christian garment that serves to remind the wearers of their commitment to live a Christian life. + description: As Christian garment that serves to remind the wearer of their commitment to live a Christian life. components: - type: Sprite sprite: Clothing/Neck/Misc/scapular.rsi @@ -79,7 +79,7 @@ parent: ClothingNeckBase id: ClothingNeckTallit name: tallit - description: A fringed garment worn as a prayer shawl by religious Jews. + description: A fringed garment worn as a prayer shawl by Jewish people. components: - type: Sprite sprite: Clothing/Neck/Misc/tallit.rsi diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/color-inverted.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Crucifixes/color-inverted.rsi/equipped-NECK.png index 79dba25156c572f674f74c436ad870afa66f93f1..1b286cfa42c079f0e1d0a875f3ea26ff0440d4d2 100644 GIT binary patch delta 179 zcmV;k08IbP0nY)DB!8AkL_t(|+U?rG4TCTc1VBSe^mawKAy+|7&MS{Zi3Eh0IG%X{ z654~4_^>Gf05GQM$W0MZbI#Md^KXlY`h2Zr{=*Qjh8f1XuH8TU>>F^x_LpUuhJ1Ua zl$rnl00000pbLll0r%tP|K)#emWZfVbOf%--L#2+%G#wxVJzb8jNuCsb5Gm9B5Rix hg$bn$0002^*bTr9MSM$LC};ox002ovPDHLkV1j`KQO5uP delta 176 zcmX@lc!qI;O8sO{7srr_TW@b2LaIUnNlr5=8HH|b z*8P~coRgs;+bcS*t0T_K^ZmR1x=O!3Z=U#*-+7PJGoz^NCN1yJ!y+-(lw-Mk2wpsOxw+N5d=rM|a9 z6Y_@$aluRz007sNj!cS(x-3h2_55uSQMd0}=06niteDGK*R@{q2y7Rhb53@^pyo4^ zODTRM00000000c)aDTvk-27ht*J_D~+M`FHSMFP1;-9j1X)SSG{^^W)q{a8hvIF*L i(J-MY0{{R3PP+jXU`~9NX$(^U0000q delta 181 zcmV;m080PR0nq`FB!8GmL_t(|+U?r04TCTc1yEomcDo_i?H2J8PL(1kk&q!Kg!d|g zWd2zgQTT=d0DyZMTP8(BU6y71bp34+QP=l+=D!s2u9(}%%zDdDV7>Txo<}?2qNY8Q zODTRM00000003M>bAP~d-2Ghs*J_D~dPa}HS-G3u#6M+imM)pK$8mYDoaW-LmN6aq jupa#adJ+Ht0D!$79B)o~+voH{00000NkvXXu0mjfW4KaE diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/gold-inverted.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Crucifixes/gold-inverted.rsi/equipped-NECK.png index 385f499c601f5387b8281899318c2a5a15b5c813..a7bfd25ec7f5ea1738d67ec0aa849f31a17ba771 100644 GIT binary patch delta 194 zcmV;z06qWP0p0I)L>lD1zWYm^*?38f4G008*d6>*?F6FTthQUCw|07*qoM6N<$f?FC{K>z>% delta 191 zcmcb|c$;y8O8p{F7srr_TW@a}@--Pquw9sT^6HV|0>SjW%NMOHIMVeWNlN(IIL(zY znZ=Q${plWy%9G!>)pTkU85lPB6rS;3nf>`)LD%|s`*llm>uSP`{^xb1AJ#ecbjQrU zkEHK6aQfBnwLR|oE^dGPQw9jwY_LndV7K1C_6F-^nZ$}N9Um< rS0vBQ5sO#Oo*-1qIF|*e!&lgKn8fa`njxgN@xNAUD;DD diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/gold.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Crucifixes/gold.rsi/equipped-NECK.png index 7d6034d46759d8e3108e9f515e2aa8c9a45af3fd..21ae71aa6a76febb110f0a85791b64bfbaf3f3ba 100644 GIT binary patch delta 194 zcmV;z06qWU0p0}@?&IwD^1oI~>^r+uqDP=q?pt5tpRz{D wab5oDjCM(jFOg*jjFF>ZLQ@6+007K(16fQ)6J~FI!vFvP07*qoM6N<$f|GexhyVZp delta 196 zcmV;#06YKQ0pJ0UB!8z#L_t(|+U?pg4uUWg24LU@CY*zdIQKRky^S*$@d(Z)EIQZ8 zL81u(En>fKDkSB94J8bHRRsV*nd&){V(8N0c&guBe_IS)8sE#A|5U`QVu~^JZ7T8; z7%zUeztncXMm0+&-_BRR5dZ)H0000sVs?MPW1Rh5{?}@Wp*>4$^a!k#JLygQQ`Tfd y-=-YL<+*ZZ7q_*H=93T0(J!DU0RR91Sn3YCj7AYHY%)cAr*)Y{OoyXNbeCr#q z!1j0BO{nti4TocD00000003YWX7>Yb$JzhO|Jp3E?^215KsTw}w>I%lS(D@_Oe~#I seL;Qf0yJjJOBUy07*qoM6N<$f(`dnNB{r; delta 187 zcmV;s07U=V0oMVLB!8YsL_t(|+U?pg4uUWk22jd@*p0JC=xrFi4ek!khTRL*$w8xu zAhu%Pn}CFTf7^tGuW0}Ps8g8pQXjjtA1>k5{kQe8OOMZT=HCtRY?x}C&g1GA-}(kD zaQeILCRDk5!{L}300000003Bp+5Ldqb@u=Azcx!ByHuhhP&6v{t&{kttVwbdCYH`< p*R=Q&S(D`G3+N;O0001=x&q78L4C!O2l@a2002ovPDHLkV1k1HTVntK diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/silver.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Crucifixes/silver.rsi/equipped-NECK.png index b03fc6848c66d1cd216dd6252d20f43399100485..699b02014bd1d48250a5673fe7a5bd8762a4a6b9 100644 GIT binary patch delta 193 zcmV;y06zcU0o?(RB!8qyL_t(|+U?pg4uUWg24Kp8x*KPYz-<`4jYn`c?q0%`8`Q}` zqKSYOYrk(QB+dUC+A#Dr4FCXj3Uem)T}=DKCA@n6w!VvL{4QtyLlMu4smAeiPE{U( z@#1&eO|SzB)h?MlTnE1q00000000UxyFcJQ&VDcdYqj)UOgd}y2&|R+)|dFFtVwcQ vmw!5=Eot#Yrk(QB;|h%B@BI41pq*q>X=D=*M{@uTEDygw!Uk_@?OgPry^bzQ;cDpLXn@q za`C6*p|%4u)ohtO-)6rN00000001%(-5>B6CqI|}wOabF4Lp1F2<(-+>P`Gp)@s8z xg%ro-sdA!=%Pph% Date: Fri, 3 Jan 2025 20:06:42 +0800 Subject: [PATCH 4/5] alphabetically sort gay pin --- .../DeltaV/Catalog/VendingMachines/Inventories/pride.yml | 2 +- .../Entities/Markers/Spawners/Random/maintenance.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/pride.yml b/Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/pride.yml index 8c6ac03185a..6eb6e4fc382 100644 --- a/Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/pride.yml +++ b/Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/pride.yml @@ -5,8 +5,8 @@ ClothingNeckAromanticPin: 3 ClothingNeckAsexualPin: 3 ClothingNeckBisexualPin: 3 - ClothingNeckIntersexPin: 3 ClothingNeckGayPin: 3 + ClothingNeckIntersexPin: 3 ClothingNeckLesbianPin: 3 ClothingNeckNonBinaryPin: 3 ClothingNeckPansexualPin: 3 diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml index a48932c80de..794d0fb90c7 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml @@ -244,10 +244,10 @@ id: ClothingNeckAsexualPin - !type:EntSelector id: ClothingNeckBisexualPin - - !type:EntSelector - id: ClothingNeckIntersexPin - !type:EntSelector id: ClothingNeckGayPin + - !type:EntSelector + id: ClothingNeckIntersexPin - !type:EntSelector id: ClothingNeckLesbianPin - !type:EntSelector From 9af18e9c3f3b66884b87f77da265933a01695f44 Mon Sep 17 00:00:00 2001 From: Angelo Fallaria Date: Fri, 3 Jan 2025 21:08:09 +0800 Subject: [PATCH 5/5] adjust gay pin equipped colors --- .../Neck/Misc/pins.rsi/gay-equipped.png | Bin 179 -> 161 bytes .../Clothing/Neck/Misc/pins.rsi/meta.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Textures/Clothing/Neck/Misc/pins.rsi/gay-equipped.png b/Resources/Textures/Clothing/Neck/Misc/pins.rsi/gay-equipped.png index d5127a021865ca0397b1ccd2e2d78f5ae13e4e4f..e6e4ed0536fbfec55633576b7bc4785d8470f378 100644 GIT binary patch delta 132 zcmdnYxR7yzN^ORxi(^Q|t+$s0c@HrNFketR%&eD|VE2QGQP@EH3`c|m1DoGL6B(s% z#+$ygnD|asV_;xVH+kb1@$S6OW9`coXP^JJyW13c_3qu!tN(BO-(>!v@bw`XfXqSu&{mO+uYc@a1`_gg^>bP0l+XkKjCV9I delta 151 zcmZ3;xS4T+NGZx^prw85kIHJzX3_D(1XB=g51=LBQdn=M84Qg1~bj-n<3J zxJ{i*3yvSqSkbK3%)X6NagX|g=k7o~e-=9DKd6}fE>}h_SH|!5=dEuHzXls^UbV_- x^S-~II