Fix reagent spill errors (#1180)
Co-authored-by: ComicIronic <comicironic@gmail.com>
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
state: icon
|
||||
- type: Icon
|
||||
state: icon
|
||||
- type: CanSpill
|
||||
|
||||
- type: entity
|
||||
parent: DrinkBase
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
state: icon
|
||||
- type: Icon
|
||||
state: icon
|
||||
- type: CanSpill
|
||||
|
||||
- type: entity
|
||||
parent: DrinkBottleBaseFull
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
state: icon
|
||||
- type: Icon
|
||||
state: icon
|
||||
- type: CanSpill
|
||||
|
||||
- type: entity
|
||||
parent: DrinkCanBaseFull
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
state: icon
|
||||
- type: Icon
|
||||
state: icon
|
||||
- type: CanSpill
|
||||
|
||||
- type: entity
|
||||
parent: DrinkBaseCup
|
||||
|
||||
@@ -19,3 +19,4 @@
|
||||
- type: Icon
|
||||
sprite: Objects/Food/flour.rsi
|
||||
state: icon
|
||||
- type: CanSpill
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
transferAmount: 5
|
||||
- type: Drink
|
||||
isOpen: true
|
||||
- type: CanSpill
|
||||
|
||||
|
||||
# Containers
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
caps: 27
|
||||
- type: Pourable
|
||||
transferAmount: 5.0
|
||||
- type: CanSpill
|
||||
|
||||
- type: entity
|
||||
name: large beaker
|
||||
@@ -37,6 +38,7 @@
|
||||
caps: 27
|
||||
- type: Pourable
|
||||
transferAmount: 5.0
|
||||
- type: CanSpill
|
||||
|
||||
- type: entity
|
||||
name: dropper
|
||||
@@ -55,6 +57,7 @@
|
||||
caps: 19
|
||||
- type: Pourable
|
||||
transferAmount: 5.0
|
||||
- type: CanSpill
|
||||
|
||||
- type: entity
|
||||
name: syringe
|
||||
@@ -73,3 +76,4 @@
|
||||
caps: 19
|
||||
- type: Injector
|
||||
injectOnly: false
|
||||
- type: CanSpill
|
||||
|
||||
@@ -53,6 +53,7 @@
|
||||
- type: Physics
|
||||
mass: 5
|
||||
Anchored: false
|
||||
- type: CanSpill
|
||||
|
||||
- type: entity
|
||||
parent: BaseItem
|
||||
@@ -84,6 +85,7 @@
|
||||
- type: Physics
|
||||
mass: 5
|
||||
Anchored: false
|
||||
- type: CanSpill
|
||||
|
||||
- type: entity
|
||||
name: wet floor sign
|
||||
|
||||
Reference in New Issue
Block a user