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:
Psychpsyo
2023-09-18 02:23:35 +02:00
committed by GitHub
parent 9fe20bfb49
commit 067797fcb1
4 changed files with 17 additions and 1 deletions

View File

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

View File

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

View File

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