diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml b/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml index ce50114010..314f7c4f52 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml @@ -68,3 +68,5 @@ prob: 0.33 - id: ClothingBeltUtility prob: 0.33 + - id: ClothingHeadHatCone + prob: 0.2 diff --git a/Resources/Prototypes/Entities/Clothing/Head/misc.yml b/Resources/Prototypes/Entities/Clothing/Head/misc.yml index bda46fd4ab..6c3861963e 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/misc.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/misc.yml @@ -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 diff --git a/Resources/Textures/Clothing/Head/Misc/cone.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Misc/cone.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..d2354771de Binary files /dev/null and b/Resources/Textures/Clothing/Head/Misc/cone.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Misc/cone.rsi/icon.png b/Resources/Textures/Clothing/Head/Misc/cone.rsi/icon.png new file mode 100644 index 0000000000..ad032cfedf Binary files /dev/null and b/Resources/Textures/Clothing/Head/Misc/cone.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Misc/cone.rsi/meta.json b/Resources/Textures/Clothing/Head/Misc/cone.rsi/meta.json new file mode 100644 index 0000000000..539cbe2b58 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Misc/cone.rsi/meta.json @@ -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 + } + ] +}