mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-24 05:06:14 +01:00
la mask.
its a mask.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user