]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
cleanup and fix dinky star (#32594)
authorlzk <124214523+lzk228@users.noreply.github.com>
Wed, 2 Oct 2024 10:53:19 +0000 (12:53 +0200)
committerGitHub <noreply@github.com>
Wed, 2 Oct 2024 10:53:19 +0000 (12:53 +0200)
* cleanup dinky star

* fix

* oh

Resources/Prototypes/Entities/Clothing/Neck/misc.yml
Resources/Prototypes/Entities/Objects/Misc/dinkystar.yml [deleted file]
Resources/Textures/Clothing/Neck/Misc/dinkystar.rsi/equipped-NECK.png [moved from Resources/Textures/Clothing/Neck/Misc/dinkystar.rsi/star-equipped.png with 100% similarity]
Resources/Textures/Clothing/Neck/Misc/dinkystar.rsi/meta.json

index 8dfc709bc4f1ae7afd713b4c6a6d7eec720a4ecd..af2af7a4208f47cfaddca7f5627928d395ad7967 100644 (file)
     event: !type:StethoscopeActionEvent
     checkCanInteract: false
     priority: -1
+
+- type: entity
+  parent: ClothingNeckBase
+  id: Dinkystar
+  name: star sticker
+  description: A dinky lil star for only the hardest working security officers! It's not even sticky anymore.
+  components:
+  - type: Sprite
+    sprite: Clothing/Neck/Misc/dinkystar.rsi
+    state: icon
+  - type: Item
+    size: Tiny
+  - type: Tag
+    tags:
+    - Trash
+    - WhitelistChameleon
diff --git a/Resources/Prototypes/Entities/Objects/Misc/dinkystar.yml b/Resources/Prototypes/Entities/Objects/Misc/dinkystar.yml
deleted file mode 100644 (file)
index 7703cf2..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-- type: entity
-  parent: ClothingNeckBase
-  id: Dinkystar
-  name: star sticker
-  description: A dinky lil star for only the hardest working security officers! It's not even sticky anymore.
-  components:
-    - type: Sprite
-      sprite: Clothing/Neck/Misc/dinkystar.rsi
-      state: icon
-    - type: Clothing
-      sprite: Clothing/Neck/Misc/dinkystar.rsi
-      clothingVisuals:
-        neck:
-          - state: star-equipped
-    - type: Item
-      size: Tiny
-    - type: Tag
-      tags:
-        - Trash
index ae8a2141dbddae20a7eeed67635c6f653673ea9a..0ed35562ca477e93c3e6c3a07de8b25b6ccffca1 100644 (file)
@@ -11,7 +11,7 @@
             "name": "icon"
         },
         {
-            "name": "star-equipped",
+            "name": "equipped-NECK",
             "directions": 4
         }
     ]