Skip to content

Commit

Permalink
Merge pull request #328 from Sha-Seng/HoS-mask-and-Flippos
Browse files Browse the repository at this point in the history
Giving HoS an option to have the normal mask again
  • Loading branch information
formlessnameless authored Sep 23, 2024
2 parents 76052f1 + 272fa7d commit 225faff
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 5 deletions.
1 change: 1 addition & 0 deletions Resources/Locale/en-US/preferences/loadout-groups.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ loadout-group-head-of-security-neck = Head of Security neck
loadout-group-head-of-security-outerclothing = Head of Security outer clothing
loadout-group-head-of-security-backpack = Head of Security backpack
loadout-group-head-of-security-headset = Head of Security headset
loadout-group-head-of-security-mask = Head of Security mask
loadout-group-warden-head = Warden head
loadout-group-warden-jumpsuit = Warden jumpsuit
Expand Down
10 changes: 5 additions & 5 deletions Resources/Prototypes/Catalog/Fills/Boxes/emergency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
- id: EmergencyMedipen
- id: Flare
- id: FoodSnackNutribrick
- id: DrinkWaterBottleFull
- id: DrinkCommandFlaskFull
# Ok, NT actually only bothered to change the picture on the box for command. Assholes.
- type: Sprite
layers:
Expand Down Expand Up @@ -112,7 +112,7 @@
- id: EmergencyMedipen
- id: Flare
- id: FoodSnackNutribrick
- id: DrinkWaterBottleFull
- id: DrinkCommandFlaskFull
- type: Sprite
layers:
- state: internals
Expand Down Expand Up @@ -149,7 +149,7 @@
- id: EmergencyMedipen
- id: Flare
- id: FoodSnackNutribrick
- id: DrinkWaterBottleFull
- id: DrinkCommandFlaskFull
# Ok, NT actually only bothered to change the picture on the box for command. Assholes.
- type: Sprite
layers:
Expand Down Expand Up @@ -192,7 +192,7 @@
- id: EmergencyMedipen
- id: Flare
- id: FoodSnackNutribrick
- id: DrinkWaterBottleFull
- id: DrinkCommandFlaskFull
- type: Sprite
layers:
- state: internals
Expand Down Expand Up @@ -229,7 +229,7 @@
- id: EmergencyMedipen
- id: Flare
- id: FoodSnackNutribrick
- id: DrinkWaterBottleFull
- id: DrinkCommandFlaskFull
# Ok, NT actually only bothered to change the picture on the box for command. Assholes.
- type: Sprite
layers:
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Masks/masks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,8 @@
name: head of security's gas mask
description: A compact armored mask made just for the head of security.
components:
- type: Item
size: Tiny
- type: Sprite
sprite: Clothing/Mask/gashos.rsi
- type: Clothing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,9 @@
effects:
- !type:GroupLoadoutEffect
proto: VeteranHOS

# A mask so the HoS can choose to spawn with the standard security gas mask that their new survival box removes
- type: loadout
id: HeadofSecurityMask
equipment:
mask: ClothingMaskGasSecurity
6 changes: 6 additions & 0 deletions Resources/Prototypes/Loadouts/Miscellaneous/trinkets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
back:
- Lighter

- type: loadout
id: FlippoLighter
storage:
back:
- FlippoLighter

- type: loadout
id: CigPackGreen
storage:
Expand Down
8 changes: 8 additions & 0 deletions Resources/Prototypes/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- PlushieLizard
- PlushieSpaceLizard
- Lighter
- FlippoLighter
- CigPackGreen
- CigPackRed
- CigPackBlue
Expand Down Expand Up @@ -1287,6 +1288,13 @@
- CommandVeteranSatchel
- CommandVeteranDuffel

- type: loadoutGroup
id: HeadofSecurityMask
name: loadout-group-head-of-security-mask
minLimit: 0
loadouts:
- HeadofSecurityMask

- type: loadoutGroup
id: WardenHead
name: loadout-group-warden-head
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Loadouts/role_loadouts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@
groups:
- HeadofSecurityHead
- HeadofSecurityNeck
- HeadofSecurityMask
- HeadofSecurityJumpsuit
- HeadofSecurityHeadset
- HeadofSecurityBackpack
Expand Down

0 comments on commit 225faff

Please sign in to comment.