its a mask.
This commit is contained in:
quotefox
2022-07-12 06:59:24 +01:00
parent 1d65c43763
commit 879857ae3a
4 changed files with 21 additions and 0 deletions
+15
View File
@@ -198,3 +198,18 @@
min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT
flags_inv = HIDEHAIR|HIDEFACE|HIDEEARS
mutantrace_variation = NO_MUTANTRACE_VARIATION
/obj/item/clothing/mask/lamask
name = "sheep mask"
desc = "A mask with a spiral pattern."
icon = 'hyperstation/icons/obj/rewards.dmi'
alternate_worn_icon = 'hyperstation/icons/mobs/rewards.dmi'
icon_state = "lamask"
flags_inv = HIDEFACE|HIDEFACIALHAIR
w_class = WEIGHT_CLASS_SMALL
mutantrace_variation = NO_MUTANTRACE_VARIATION
/obj/item/clothing/mask/lamask/Initialize()
. = ..()
ADD_TRAIT(src, TRAIT_NODROP, CURSED_MASK_TRAIT)
playsound(get_turf(src), 'sound/magic/horsehead_curse.ogg', 50, 1)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

@@ -167,4 +167,10 @@ datum/gear/lyricalpawsring
name = "Occult Robes"
category = SLOT_IN_BACKPACK
path = /obj/item/clothing/suit/hooded/occultrobes
ckeywhitelist = list("relquen")
/datum/gear/relquenmask
name = "Lamask"
category = SLOT_IN_BACKPACK
path = /obj/item/clothing/mask/lamask
ckeywhitelist = list("relquen")