Removed Picking Zombie from Magic Mirror (#7942)

This commit is contained in:
Jacie Thorpe
2019-01-19 18:24:45 -05:00
committed by kevinz000
parent cbc2af1b4b
commit ffb13d4a03

View File

@@ -99,7 +99,7 @@
name = "magic mirror"
desc = "Turn and face the strange... face."
icon_state = "magic_mirror"
var/list/races_blacklist = list("skeleton", "agent", "angel", "military_synth", "memezombies", "clockwork golem servant", "android", "synth", "mush")
var/list/races_blacklist = list("skeleton", "agent", "angel", "military_synth", "memezombies", "clockwork golem servant", "android", "synth", "mush", "zombie", "memezombie")
var/list/choosable_races = list()
/obj/structure/mirror/magic/New()