From: Boaz1111 <149967078+Boaz1111@users.noreply.github.com> Date: Sun, 9 Feb 2025 15:10:10 +0000 (+0100) Subject: long bacon scarf (#34950) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=3b621a0245eec8584943243c7bce10ff00e07671;p=space-station-14.git long bacon scarf (#34950) * went to the long bacon store. * obtainable :3 --- diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/pride.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/pride.yml index 28d0ec7b25..c31ba95565 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/pride.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/pride.yml @@ -36,3 +36,5 @@ ClothingUniformColorRainbow: 2 ClothingUnderSocksCoder: 2 ClothingUnderSocksBee: 2 + contrabandInventory: + ClothingNeckScarfStripedLesbianLong: 2 diff --git a/Resources/Prototypes/Entities/Clothing/Neck/scarfs.yml b/Resources/Prototypes/Entities/Clothing/Neck/scarfs.yml index 82ebfa2b94..659bce9964 100644 --- a/Resources/Prototypes/Entities/Clothing/Neck/scarfs.yml +++ b/Resources/Prototypes/Entities/Clothing/Neck/scarfs.yml @@ -240,3 +240,14 @@ sprite: Clothing/Neck/Scarfs/PrideScarfs/trans.rsi - type: Clothing sprite: Clothing/Neck/Scarfs/PrideScarfs/trans.rsi + +- type: entity + parent: ClothingScarfBase + id: ClothingNeckScarfStripedLesbianLong + name: long bacon + description: Long bacon! Perfect for sharing with your girlfriend! + components: + - type: Sprite + sprite: Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi + - type: Clothing + sprite: Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/equipped-NECK.png new file mode 100644 index 0000000000..7779936ada Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/icon.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/icon.png new file mode 100644 index 0000000000..7941ec5098 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/inhand-left.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/inhand-left.png new file mode 100644 index 0000000000..df0d874d0d Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/inhand-right.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/inhand-right.png new file mode 100644 index 0000000000..3aad808852 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/meta.json b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/meta.json new file mode 100644 index 0000000000..c32ea35675 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian-long.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da | In hand sprites sprited by PuroSlavKing (Github) for Space Station 14, recolored by MrGreen06 (Discord), extended by Boaz1111(github)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}