Merge pull request #5347 from Citadel-Station-13/upstream-merge-35360

[MIRROR] Removes synths and androids from magic mirror
This commit is contained in:
deathride58
2018-02-07 19:08:27 +00:00
committed by GitHub
+1 -1
View File
@@ -89,7 +89,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")
var/list/races_blacklist = list("skeleton", "agent", "angel", "military_synth", "memezombies", "clockwork golem servant", "android", "synth")
var/list/choosable_races = list()
/obj/structure/mirror/magic/New()