Fixes admantine golem female body icon. Now all golems have a female version.

The wizard can no longer choose to become a military synth.
This commit is contained in:
phil235
2016-06-11 17:13:12 +02:00
committed by phil235
parent cee58e55e7
commit 9e5e525335
4 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -120,7 +120,7 @@
name = "magic mirror"
desc = "Turn and face the strange... face."
icon_state = "magic_mirror"
var/list/races_blacklist = list("skeleton", "agent", "angel")
var/list/races_blacklist = list("skeleton", "agent", "angel", "military_synth")
var/list/choosable_races = list()
/obj/structure/mirror/magic/New()