cleanup and fix dinky star (#32594)

* cleanup dinky star

* fix

* oh
This commit is contained in:
lzk
2024-10-02 12:53:19 +02:00
committed by GitHub
parent 7b39d146d3
commit edc83b2fab
4 changed files with 17 additions and 20 deletions

View File

@@ -78,3 +78,19 @@
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

View File

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

View File

@@ -11,7 +11,7 @@
"name": "icon"
},
{
"name": "star-equipped",
"name": "equipped-NECK",
"directions": 4
}
]