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

View File

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

View File

@@ -19,6 +19,10 @@
"name": "cart_mop",
"directions": 4
},
{
"name": "cart_advmop",
"directions": 4
},
{
"name": "cart_bucket",
"directions": 4