Adds warning cone hat (#6076)

* Adds warning cone

* Adds chance to spawn in maint lockers.
This commit is contained in:
Lamrr
2022-01-09 16:34:46 +11:00
committed by GitHub
parent 59cdb3c866
commit e6d3db6015
5 changed files with 31 additions and 0 deletions

View File

@@ -68,3 +68,5 @@
prob: 0.33
- id: ClothingBeltUtility
prob: 0.33
- id: ClothingHeadHatCone
prob: 0.2

View File

@@ -100,3 +100,14 @@
sprite: Clothing/Head/Misc/shrine-maidens-wig.rsi
- type: Clothing
sprite: Clothing/Head/Misc/shrine-maidens-wig.rsi
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatCone
name: warning cone
description: This cone is trying to warn you of something!
components:
- type: Sprite
sprite: Clothing/Head/Misc/cone.rsi
- type: Clothing
sprite: Clothing/Head/Misc/cone.rsi

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/a0ea68909c06529bac03c27283134196f4fd4a97",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
}
]
}