* not code stuff * other things * global vars, defines, helpers * onclick hud stuff, orphans, world.dm * controllers and datums * game folder * everything not client/mobs in modules * client folder * stage 1 mob stuff * simple animal things * silicons * carbon things * ayylmaos and monkeys * hyoomahn * icons n shit * sprite fixes * compile fixes * some fixes I cherrypicked. * qdel fixes * forgot brain refractors
18 lines
666 B
Plaintext
18 lines
666 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'
|
|
|
|
/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'
|
|
|
|
/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'
|