mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
11 lines
381 B
Plaintext
11 lines
381 B
Plaintext
/obj/item/clothing/mask/emotions
|
|
sprite_sheets = list(
|
|
SPECIES_TESHARI = 'icons/inventory/face/mob_vr_teshari.dmi'
|
|
)
|
|
|
|
/obj/item/clothing/mask/lacemask
|
|
name = "lace mask"
|
|
desc = "A sheer lace mask that rests above the nose and trails down below the chin."
|
|
icon = 'icons/inventory/face/item_vr.dmi'
|
|
icon_state = "lace_mask"
|
|
icon_override = 'icons/inventory/face/mob_vr.dmi' |