Paper cups as party hats (#24334)

* Water cups wearable as party hats

* Removed extra commented lines
This commit is contained in:
Krunklehorn
2024-01-24 20:02:33 -05:00
committed by GitHub
parent a100a0a1d2
commit 158beda666
6 changed files with 39 additions and 0 deletions

View File

@@ -868,6 +868,17 @@
- type: Clothing
sprite: Clothing/Head/Hats/party_blue.rsi
- type: entity
parent: ClothingHeadHatPartyRed
id: ClothingHeadHatPartyWaterCup
name: water cup party hat
description: Not as fulfilling as you had hoped...
components:
- type: Sprite
sprite: Clothing/Head/Hats/party_water_cup.rsi
- type: Clothing
sprite: Clothing/Head/Hats/party_water_cup.rsi
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatGreyFlatcap

View File

@@ -330,5 +330,11 @@
- type: Tag
tags:
- Trash
- DroneUsable
- WhitelistChameleon
- type: TrashOnSolutionEmpty
solution: drink
- type: Clothing
slots:
- HEAD
sprite: Clothing/Head/Hats/party_water_cup.rsi

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -0,0 +1,22 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Krunklehorn (GitHub), shape by netwy(583844759429316618), colors from https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET-hamster",
"directions": 4
},
{
"name": "equipped-HELMET",
"directions": 4
}
]
}