Added the ability to drink from Beakers (#3216)
* Added the ability to drink from Beakers * Allow drinking from beakers, but better Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
- type: SolutionTransfer
|
||||
transferAmount: 5.0
|
||||
- type: Spillable
|
||||
- type: Drink
|
||||
isOpen: true
|
||||
|
||||
- type: entity
|
||||
name: large beaker
|
||||
@@ -37,6 +39,10 @@
|
||||
maxVol: 100
|
||||
caps: OpenContainer, FitsInDispenser
|
||||
- type: SolutionTransfer
|
||||
transferAmount: 5.0
|
||||
- type: Spillable
|
||||
- type: Drink
|
||||
isOpen: true
|
||||
|
||||
- type: entity
|
||||
name: dropper
|
||||
|
||||
Reference in New Issue
Block a user