mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
173f5ddbc4
Perhaps not the most elegant solution, but it works better than having no onmob sprite at all.
42 lines
1.0 KiB
Plaintext
42 lines
1.0 KiB
Plaintext
/obj/item/clothing/ears/earring
|
|
name = "stud earrings"
|
|
desc = "A pair of small stud earrings."
|
|
icon = 'icons/obj/item/clothing/ears/earrings.dmi'
|
|
icon_state = "stud"
|
|
item_state = "stud"
|
|
contained_sprite = TRUE
|
|
|
|
sprite_sheets = list(
|
|
BODYTYPE_TAJARA = 'icons/mob/species/tajaran/l_ear.dmi'
|
|
)
|
|
|
|
/obj/item/clothing/ears/earring/dangle
|
|
name = "dangle earrings"
|
|
desc = "A pair of small dangle earrings."
|
|
icon_state = "dangle"
|
|
item_state = "dangle"
|
|
|
|
/obj/item/clothing/ears/earring/bangle
|
|
name = "bangle earrings"
|
|
desc = "A pair of large, circular bangle earrings."
|
|
icon_state = "bangle"
|
|
item_state = "bangle"
|
|
|
|
sprite_sheets = null
|
|
|
|
/obj/item/clothing/ears/earring/crescent
|
|
name = "crescent earrings"
|
|
desc = "A pair of hefty crescent earrings."
|
|
icon_state = "crescent"
|
|
item_state = "crescent"
|
|
|
|
sprite_sheets = null
|
|
|
|
/obj/item/clothing/ears/earring/heavy
|
|
name = "overweight earrings"
|
|
desc = "A pair of dazzling, painfully large earrings."
|
|
icon_state = "heavy"
|
|
item_state = "heavy"
|
|
|
|
sprite_sheets = null
|