From ca5f5f6f1ffa40018b559f08bea81edabb57d3df Mon Sep 17 00:00:00 2001 From: vuonojenmustaturska Date: Wed, 7 Feb 2018 12:41:12 +0200 Subject: [PATCH] Merge pull request #35360 from Robustin/blackmirror Removes synths and androids from magic mirror --- code/game/objects/structures/mirror.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/mirror.dm b/code/game/objects/structures/mirror.dm index b88ee9049f..924ccfb3b2 100644 --- a/code/game/objects/structures/mirror.dm +++ b/code/game/objects/structures/mirror.dm @@ -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()