Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Give sec boots with knife #1449

Merged
merged 14 commits into from
Sep 25, 2023
9 changes: 9 additions & 0 deletions Resources/Prototypes/Corvax/Catalog/Fills/Items/misc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- type: entity
id: ClothingShoesBootsJackSecFilled
parent: ClothingShoesBootsJackSec
suffix: Filled
components:
- type: StorageFill
contents:
- id: CombatKnife

2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Security/detective.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
equipment:
jumpsuit: ClothingUniformJumpsuitDetective
back: ClothingBackpackSecurityFilledDetective
shoes: ClothingShoesBootsJackSec # Corvax-Resprite
shoes: ClothingShoesBootsJackSec # Corvax-Resprite-MRP
eyes: ClothingEyesGlassesSunglasses
head: ClothingHeadHatFedoraBrown
outerClothing: ClothingOuterVestDetective
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
equipment:
jumpsuit: ClothingUniformJumpsuitHoS
back: ClothingBackpackHOSFilled
shoes: ClothingShoesBootsJackSec # Corvax-Resprite
shoes: ClothingShoesBootsJackSecFilled # Corvax-Resprite
outerClothing: ClothingOuterCoatHoSTrench
eyes: ClothingEyesGlassesSecurity
head: ClothingHeadHatBeretHoS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
equipment:
jumpsuit: ClothingUniformJumpsuitSecGrey # Corvax-Resprite
back: ClothingBackpackSecurityFilled
shoes: ClothingShoesBootsJackSec # Corvax-Resprite
shoes: ClothingShoesBootsJackSec # Corvax-Resprite-MRP
outerClothing: ClothingOuterArmorBasic
id: SecurityCadetPDA
ears: ClothingHeadsetSecurity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
equipment:
jumpsuit: ClothingUniformJumpsuitSec
back: ClothingBackpackSecurityFilled
shoes: ClothingShoesBootsJackSec # Corvax-Resprite
shoes: ClothingShoesBootsJackSec # Corvax-Resprite-MRP
eyes: ClothingEyesGlassesSecurity
head: ClothingHeadHelmetBasic
outerClothing: ClothingOuterVestArmorSec # Corvax-Resprite
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Roles/Jobs/Security/senior_officer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
equipment:
jumpsuit: ClothingUniformJumpsuitSeniorOfficer
back: ClothingBackpackSecurityFilled
shoes: ClothingShoesBootsCombatFilled
shoes: ClothingShoesBootsJackSecFilled # Corvax-Resprite
eyes: ClothingEyesGlassesSecurity
head: ClothingHeadHatBeret
outerClothing: ClothingOuterArmorBasic
outerClothing: ClothingOuterVestArmorSec # Corvax-Resprite
id: SeniorOfficerPDA
ears: ClothingHeadsetSecurity
belt: ClothingBeltSecurityFilled
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Security/warden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
head: ClothingHeadHatWarden
jumpsuit: ClothingUniformJumpsuitWarden
back: ClothingBackpackSecurityFilled
shoes: ClothingShoesBootsJackSec # Corvax-Resprite
shoes: ClothingShoesBootsJackSecFilled # Corvax-Resprite
eyes: ClothingEyesGlassesSecurity
outerClothing: ClothingOuterCoatWarden
id: WardenPDA
Expand Down