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

Security Extended Oxygen Tank #539

Merged
merged 3 commits into from
Nov 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions Resources/Prototypes/Catalog/Fills/Boxes/emergency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,14 @@
name: survival box
parent: BoxCardboard
id: BoxSurvivalSecurity
description: It's a box with basic internals inside.
description: It's a box with basic internals inside. This one is labelled to contain an extended-capacity tank.
suffix: Security
components:
- type: StorageFill
contents:
- id: ClothingMaskGasSecurity
- id: EmergencyOxygenTankFilled
# - id: EmergencyOxygenTankFilled
- id: ExtendedEmergencyOxygenTankFilled # Frontier
- id: SpaceMedipen
- id: EmergencyMedipen
- id: Flare
Expand All @@ -57,19 +58,20 @@
- type: Sprite
layers:
- state: internals
- state: emergencytank
- state: extendedtank # Frontier

- type: entity
name: survival box
parent: BoxCardboard
id: BoxSurvivalBrigmedic
description: It's a box with basic internals inside.
description: It's a box with basic internals inside. This one is labelled to contain an extended-capacity tank.
suffix: MedSec
components:
- type: StorageFill
contents:
- id: ClothingMaskBreathMedicalSecurity
- id: EmergencyOxygenTankFilled
# - id: EmergencyOxygenTankFilled
- id: ExtendedEmergencyOxygenTankFilled # Frontier
- id: SpaceMedipen
- id: EmergencyMedipen
- id: EmergencyMedipen
Expand All @@ -78,7 +80,7 @@
- type: Sprite
layers:
- state: internals
- state: emergencytank
- state: extendedtank # Frontier

- type: entity
name: survival box
Expand Down
Loading