[MIRROR] adds more cursed animal masks (#1335)

* adds more cursed animal masks (#53539)

Animal masks refactor

* adds more cursed animal masks

Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-10-15 22:12:00 +01:00
committed by GitHub
co-authored by ShizCalev
parent dd3522e4b1
commit eb92ea9cb8
13 changed files with 286 additions and 173 deletions
@@ -32,8 +32,7 @@
"<span class='danger'>Your face starts burning up, but the flames are repulsed by your anti-magic protection!</span>")
return FALSE
var/list/masks = list(/obj/item/clothing/mask/pig/cursed, /obj/item/clothing/mask/cowmask/cursed, /obj/item/clothing/mask/horsehead/cursed)
var/choice = pick(masks)
var/choice = pick(GLOB.cursed_animal_masks)
var/obj/item/clothing/mask/magichead = new choice(get_turf(target))
target.visible_message("<span class='danger'>[target]'s face bursts into flames, and a barnyard animal's head takes its place!</span>", \