Mopping enhancements (#3298)
* Bucket starts with water * Mop has do_after * Bucket has do_after (user allowed to move while using it as long as they're in range at the end for maximum jannie skill) * Random cleanup Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com>
This commit is contained in:
@@ -14,12 +14,12 @@
|
||||
- type: Mop
|
||||
- type: SolutionContainer
|
||||
maxVol: 10
|
||||
- type: LoopingSound
|
||||
|
||||
- type: entity
|
||||
name: mop bucket
|
||||
id: MopBucket
|
||||
description: Holds water and the tears of the janitor.
|
||||
suffix: Full
|
||||
components:
|
||||
- type: Clickable
|
||||
- type: Sprite
|
||||
@@ -33,6 +33,11 @@
|
||||
- type: LoopingSound
|
||||
- type: SolutionContainer
|
||||
maxVol: 500
|
||||
contents:
|
||||
reagents:
|
||||
- ReagentId: chem.Water
|
||||
Quantity: 500
|
||||
|
||||
- type: Physics
|
||||
mass: 5
|
||||
anchored: false
|
||||
@@ -44,7 +49,6 @@
|
||||
- Opaque
|
||||
layer:
|
||||
- Opaque
|
||||
- type: Spillable
|
||||
- type: Pullable
|
||||
|
||||
- type: entity
|
||||
|
||||
Reference in New Issue
Block a user