* In hands of plasma weapons/tweaks * Icon override states for all clothes * a few compile issues ~ * Adds a new badmin button and plasma rifle case * better cleanup of the sound effect * Oh, these should've been deleted already.
21 lines
807 B
Plaintext
21 lines
807 B
Plaintext
/obj/item/clothing/mask/gas/clown_hat/wiz
|
|
name = "purple clown wig and mask"
|
|
desc = "Some pranksters are truly magical."
|
|
icon_state = "wizzclown"
|
|
icon = 'icons/obj/clothing/vg_clothes.dmi'
|
|
icon_override = 'icons/mob/citadel/masks.dmi'
|
|
|
|
/obj/item/clothing/mask/chapmask
|
|
name = "venetian mask"
|
|
desc = "A plain porcelain mask that covers the entire face. Standard attire for particularly unspeakable religions. The eyes are wide shut."
|
|
icon_state = "chapmask"
|
|
icon = 'icons/obj/clothing/vg_clothes.dmi'
|
|
icon_override = 'icons/mob/citadel/masks.dmi'
|
|
|
|
/obj/item/clothing/mask/neorussian
|
|
name = "neo-Russian mask"
|
|
desc = "Somehow, it makes you act and look way more polite than usual."
|
|
icon_state = "nr_mask"
|
|
icon = 'icons/obj/clothing/vg_clothes.dmi'
|
|
icon_override = 'icons/mob/citadel/masks.dmi'
|