From e09ec1f16521a9e9e1df8bfb2006365a1719f309 Mon Sep 17 00:00:00 2001 From: ninruB <38016303+asperger-sind@users.noreply.github.com> Date: Wed, 12 Jul 2023 21:55:18 +0200 Subject: [PATCH] Everyone in sec starts with filled combat boots (#17959) * secoffs with combat shoes (filled) * cadets with knives wcgw * det probably doesnt need em but w/e * yep yep jackboots storag * i forgt to add whitelist * blank line moment --- Resources/Prototypes/Entities/Clothing/Shoes/boots.yml | 8 ++++++-- Resources/Prototypes/Roles/Jobs/Security/detective.yml | 2 +- .../Prototypes/Roles/Jobs/Security/security_cadet.yml | 2 +- .../Prototypes/Roles/Jobs/Security/security_officer.yml | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml b/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml index 3c2acc6ec3..0b6d3692ed 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml @@ -10,7 +10,7 @@ sprite: Clothing/Shoes/Boots/workboots.rsi - type: entity - parent: ClothingShoesBaseButcherable + parent: ClothingShoesStorageBase id: ClothingShoesBootsJack name: jackboots description: Nanotrasen-issue Security combat boots for combat scenarios or combat situations. All combat, all the time. @@ -19,7 +19,11 @@ sprite: Clothing/Shoes/Boots/jackboots.rsi - type: Clothing sprite: Clothing/Shoes/Boots/jackboots.rsi - + - type: Storage + whitelist: + tags: + - Knife + - type: entity parent: ClothingShoesBaseButcherable id: ClothingShoesBootsSalvage diff --git a/Resources/Prototypes/Roles/Jobs/Security/detective.yml b/Resources/Prototypes/Roles/Jobs/Security/detective.yml index c5740b9412..2b678307c7 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/detective.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/detective.yml @@ -23,7 +23,7 @@ equipment: jumpsuit: ClothingUniformJumpsuitDetective back: ClothingBackpackSecurityFilled - shoes: ClothingShoesBootsJack + shoes: ClothingShoesBootsCombatFilled eyes: ClothingEyesGlassesSunglasses head: ClothingHeadHatFedoraBrown outerClothing: ClothingOuterVestDetective diff --git a/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml b/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml index 4a27e04a24..9af646d486 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml @@ -24,7 +24,7 @@ equipment: jumpsuit: ClothingUniformJumpsuitColorRed back: ClothingBackpackSecurityFilled - shoes: ClothingShoesBootsJack + shoes: ClothingShoesBootsCombatFilled outerClothing: ClothingOuterArmorBasic id: SecurityCadetPDA ears: ClothingHeadsetSecurity diff --git a/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml b/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml index 572e8df552..cf9b3ea62e 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml @@ -23,7 +23,7 @@ equipment: jumpsuit: ClothingUniformJumpsuitSec back: ClothingBackpackSecurityFilled - shoes: ClothingShoesBootsJack + shoes: ClothingShoesBootsCombatFilled eyes: ClothingEyesGlassesSecurity head: ClothingHeadHelmetBasic outerClothing: ClothingOuterArmorBasic