smellie
2024-04-16 20:05:22 +00:00
committed by GitHub
parent 6e27f718aa
commit 3777f0e90d
27 changed files with 316 additions and 173 deletions
@@ -16,12 +16,12 @@
drop_sound = 'sound/items/drop/card.ogg'
pickup_sound = 'sound/items/pickup/card.ogg'
/obj/item/clothing/accessory/poncho/eumponcho
name = "adorned poncho"
desc = "A poncho made of some sort of mesh weave material adorned by a piece of colored fabric wrapped around it."
/obj/item/clothing/accessory/poncho/hieroaetherian_poncho
name = "adorned hieroaetherian poncho"
desc = "A Hieroaetherian poncho made of some sort of mesh weave material, adorned by a piece of colored fabric wrapped around it that denotes their home nation."
icon = 'icons/obj/diona_items.dmi'
icon_state = "eumponcho"
item_state = "eumponcho"
icon_state = "hieroaetherian_poncho"
item_state = "hieroaetherian_poncho"
icon_override = null
contained_sprite = TRUE
build_from_parts = TRUE
+5 -5
View File
@@ -9,8 +9,8 @@
icon_state = "narrows"
item_state = "narrows"
/obj/item/clothing/under/diona/dionatunic
name = "floral tunic"
desc = "A tunic made up of several colorful fabrics and adorned with seemingly still-living vines and flowers"
icon_state = "dionatunic"
item_state = "dionatunic"
/obj/item/clothing/under/diona/hieroaetherian_tunic
name = "hieroaetherian tunic"
desc = "A traditional tunic worn on Hieroaetheria, made up of several colorful fabrics and adorned with a seemingly still-living, bioluminescent Starvine."
icon_state = "hieroaetherian_tunic"
item_state = "hieroaetherian_tunic"