Fix fire extinguisher to use spray solution (#4616)
* Fix fire extinguisher to use spray solution * Fix FireExtinguisher more properly * Re-add missing check to VaporSystem
This commit is contained in:
@@ -15,15 +15,15 @@
|
||||
size: 10
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
fireExtinguisher:
|
||||
spray:
|
||||
maxVol: 100
|
||||
reagents:
|
||||
- ReagentId: Water
|
||||
Quantity: 100
|
||||
- type: RefillableSolution
|
||||
solution: fireExtinguisher
|
||||
solution: spray
|
||||
- type: DrainableSolution
|
||||
solution: fireExtinguisher
|
||||
solution: spray
|
||||
- type: ItemCooldown
|
||||
- type: Spray
|
||||
spraySound:
|
||||
|
||||
Reference in New Issue
Block a user