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:
metalgearsloth
2021-02-25 11:32:08 +11:00
committed by GitHub
parent 48b1336e3c
commit adbcfbb951
3 changed files with 115 additions and 77 deletions

View File

@@ -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