Zombie Nerf + Syndicate Bundle (#7846)

This commit is contained in:
EmoGarbage404
2022-04-30 17:21:39 -04:00
committed by GitHub
parent 89658c67c4
commit e74e9ced72
7 changed files with 75 additions and 7 deletions

View File

@@ -202,6 +202,19 @@
- ReagentId: Tricordrazine
Quantity: 15
- type: entity
name: romerol pill
parent: Pill
id: PillRomerol
components:
- type: SolutionContainerManager
solutions:
food:
maxVol: 50
reagents:
- ReagentId: Romerol
Quantity: 10
# Syringes
- type: entity
name: ephedrine syringe
@@ -254,3 +267,17 @@
reagents:
- ReagentId: Spaceacillin
Quantity: 15
#this is where all the syringes are so i didn't know where to put it
- type: entity
name: corpium syringe
parent: Syringe
id: SyringeCorpium
components:
- type: SolutionContainerManager
solutions:
injector:
maxVol: 15
reagents:
- ReagentId: Corpium
Quantity: 10