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:
|
||||
- DroneUsable #No bucket because it holds chems, they can drag the cart or use a drain
|
||||
- Mop
|
||||
- MopBasic
|
||||
- type: GuideHelp
|
||||
guides:
|
||||
- Janitorial
|
||||
@@ -83,6 +84,7 @@
|
||||
tags:
|
||||
- DroneUsable #No bucket because it holds chems, they can drag the cart or use a drain
|
||||
- Mop
|
||||
- MopAdv
|
||||
|
||||
- type: entity
|
||||
name: mop bucket
|
||||
@@ -361,7 +363,11 @@
|
||||
cart_mop:
|
||||
whitelist:
|
||||
tags:
|
||||
- Mop
|
||||
- MopBasic
|
||||
cart_advmop:
|
||||
whitelist:
|
||||
tags:
|
||||
- MopAdv
|
||||
cart_garbage:
|
||||
whitelist:
|
||||
tags:
|
||||
|
||||
@@ -719,6 +719,12 @@
|
||||
- type: Tag
|
||||
id: Mop
|
||||
|
||||
- type: Tag
|
||||
id: MopAdv
|
||||
|
||||
- type: Tag
|
||||
id: MopBasic
|
||||
|
||||
- type: Tag
|
||||
id: Mouse
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 371 B |
@@ -19,6 +19,10 @@
|
||||
"name": "cart_mop",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "cart_advmop",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "cart_bucket",
|
||||
"directions": 4
|
||||
|
||||
Reference in New Issue
Block a user