Add content to radiation closets and medicine lockers (#6006)
This commit is contained in:
@@ -97,4 +97,15 @@
|
||||
- type: entity
|
||||
id: ClosetRadiationSuitFilled
|
||||
parent: ClosetRadiationSuit
|
||||
suffix: Filled
|
||||
suffix: Filled
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: ClothingHeadHatHoodRad
|
||||
amount: 2
|
||||
- id: ClothingOuterSuitRad
|
||||
amount: 2
|
||||
- id: ClothingEyesGlassesMeson
|
||||
amount: 2
|
||||
|
||||
|
||||
|
||||
@@ -2,6 +2,19 @@
|
||||
id: LockerMedicineFilled
|
||||
suffix: Filled
|
||||
parent: LockerMedicine
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: BoxPillCanister
|
||||
amount: 1
|
||||
- id: BoxSyringe
|
||||
amount: 1
|
||||
- id: EpinephrineChemistryBottle
|
||||
amount: 3
|
||||
- id: Brutepack
|
||||
amount: 2
|
||||
- id: Ointment
|
||||
amount: 2
|
||||
|
||||
- type: entity
|
||||
id: LockerMedicalFilled
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
id: ClosetRadiationSuit
|
||||
name: radiation suit closet
|
||||
parent: ClosetBase
|
||||
description: It's a storage unit for rad-protective suits.
|
||||
description: "More comfortable than radiation poisioning."
|
||||
components:
|
||||
- type: Appearance
|
||||
visuals:
|
||||
|
||||
Reference in New Issue
Block a user