Make advanced mop show up on janitor trolley (#20124)
* Make advanced mop show up on janitor trolley * Make blue trash bag show up on janitor trolley * Revert "Make blue trash bag show up on janitor trolley" This reverts commit 3f94b3cf81fba68255f60ca4b2ff085f4ab0c48f.
This commit is contained in:
@@ -33,6 +33,7 @@
|
|||||||
tags:
|
tags:
|
||||||
- DroneUsable #No bucket because it holds chems, they can drag the cart or use a drain
|
- DroneUsable #No bucket because it holds chems, they can drag the cart or use a drain
|
||||||
- Mop
|
- Mop
|
||||||
|
- MopBasic
|
||||||
- type: GuideHelp
|
- type: GuideHelp
|
||||||
guides:
|
guides:
|
||||||
- Janitorial
|
- Janitorial
|
||||||
@@ -83,6 +84,7 @@
|
|||||||
tags:
|
tags:
|
||||||
- DroneUsable #No bucket because it holds chems, they can drag the cart or use a drain
|
- DroneUsable #No bucket because it holds chems, they can drag the cart or use a drain
|
||||||
- Mop
|
- Mop
|
||||||
|
- MopAdv
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: mop bucket
|
name: mop bucket
|
||||||
@@ -361,7 +363,11 @@
|
|||||||
cart_mop:
|
cart_mop:
|
||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
- Mop
|
- MopBasic
|
||||||
|
cart_advmop:
|
||||||
|
whitelist:
|
||||||
|
tags:
|
||||||
|
- MopAdv
|
||||||
cart_garbage:
|
cart_garbage:
|
||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
@@ -719,6 +719,12 @@
|
|||||||
- type: Tag
|
- type: Tag
|
||||||
id: Mop
|
id: Mop
|
||||||
|
|
||||||
|
- type: Tag
|
||||||
|
id: MopAdv
|
||||||
|
|
||||||
|
- type: Tag
|
||||||
|
id: MopBasic
|
||||||
|
|
||||||
- type: Tag
|
- type: Tag
|
||||||
id: Mouse
|
id: Mouse
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 371 B |
@@ -19,6 +19,10 @@
|
|||||||
"name": "cart_mop",
|
"name": "cart_mop",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "cart_advmop",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "cart_bucket",
|
"name": "cart_bucket",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
|
|||||||
Reference in New Issue
Block a user