[MIRROR] Blacklists servant golems from the magic mirror (#5234)

* Blacklists servant golems from the magic mirror (#35147)

* Blacklists servant golems from the magic mirror
This commit is contained in:
CitadelStationBot
2018-02-04 22:11:32 -06:00
committed by Poojawa
parent e2ce020a62
commit 50fa4d2239
+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")
var/list/races_blacklist = list("skeleton", "agent", "angel", "military_synth", "memezombies", "clockwork golem servant")
var/list/choosable_races = list()
/obj/structure/mirror/magic/New()