Merge pull request #35360 from Robustin/blackmirror

Removes synths and androids from magic mirror
This commit is contained in:
vuonojenmustaturska
2018-02-07 12:41:12 +02:00
committed by CitadelStationBot
parent d6f916f37b
commit ca5f5f6f1f

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()