Make mop buckets/trolleys spillable again. (#17148)
Co-authored-by: Jeff <velcroboy333@hotmail.com>
This commit is contained in:
parent
9a16c636e7
commit
e02cfa6956
|
|
@ -101,6 +101,7 @@
|
|||
bucket:
|
||||
maxVol: 600
|
||||
- type: Spillable
|
||||
solution: bucket
|
||||
spillDelay: 3.0
|
||||
- type: DrainableSolution
|
||||
solution: bucket
|
||||
|
|
@ -278,6 +279,7 @@
|
|||
mask:
|
||||
- MobMask
|
||||
- type: Spillable
|
||||
solution: bucket
|
||||
spillDelay: 3.0
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
|
|
|
|||
Loading…
Reference in New Issue