mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Fixes accessories not showing up on suit items. Confusingly, accessories used the "_un" uniform suffix - this changes them to use the "_ac" suffix. Also moved some files around to their proper place (hair pins and bows aren't accessories, they're ear slot items, etc.) Fixes #20361 Fixes #20352 Fixes #20354
9 lines
705 B
Plaintext
9 lines
705 B
Plaintext
/obj/item/clothing/accessory/whalebone
|
|
name = "Europan bone charm"
|
|
desc = "A common Europan superstition, bone charms made from native sea creatures are often carried as a good luck charm."
|
|
desc_extended = "Europan bone charms will generally have wards, runes, or other text carved into them by their original crafter. Poorly-made bone charms, or those crafted from the bones of a batshark, are considered to be extremely unlucky and are typically unceremoniously disposed of. Most bone charms are made using the remains of Europan bone whales."
|
|
icon = 'icons/obj/item/clothing/accessory/europa_whalebone.dmi'
|
|
icon_state = "europa_whalebone"
|
|
item_state = "europa_whalebone"
|
|
contained_sprite = TRUE
|