]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Make advanced mop show up on janitor trolley (#20124)
authorPsychpsyo <60073468+Psychpsyo@users.noreply.github.com>
Mon, 18 Sep 2023 00:23:35 +0000 (02:23 +0200)
committerGitHub <noreply@github.com>
Mon, 18 Sep 2023 00:23:35 +0000 (20:23 -0400)
* 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.

Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml
Resources/Prototypes/tags.yml
Resources/Textures/Objects/Specific/Janitorial/janitorial_cart.rsi/cart_advmop.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Janitorial/janitorial_cart.rsi/meta.json

index 07e04b473b5c0e12ee5072500d387f51011107da..37b302e177fad929dbb79c60451c53c1971452f4 100644 (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
         cart_mop:
           whitelist:
             tags:
-              - Mop
+              - MopBasic
+        cart_advmop:
+          whitelist:
+            tags:
+              - MopAdv
         cart_garbage:
           whitelist:
             tags:
index d4fb34b5479835506f223d423f8b929e9092c212..db260b5155a0cabf7a730121ecddf4d5bc048a4e 100644 (file)
 - type: Tag
   id: Mop
 
+- type: Tag
+  id: MopAdv
+
+- type: Tag
+  id: MopBasic
+
 - type: Tag
   id: Mouse
 
diff --git a/Resources/Textures/Objects/Specific/Janitorial/janitorial_cart.rsi/cart_advmop.png b/Resources/Textures/Objects/Specific/Janitorial/janitorial_cart.rsi/cart_advmop.png
new file mode 100644 (file)
index 0000000..81754e9
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Janitorial/janitorial_cart.rsi/cart_advmop.png differ
index 8691dc073cd70fa1fbbc15184bd6b21c39759ba2..db10fa1c5c91a00bcc056733a9330776630e5555 100644 (file)
             "name": "cart_mop",
             "directions": 4
         },
+        {
+            "name": "cart_advmop",
+            "directions": 4
+        },
         {
             "name": "cart_bucket",
             "directions": 4