changes one letter (#33591)

This commit is contained in:
Evsey Antonovich
2017-12-17 22:30:06 +05:00
committed by CitadelStationBot
parent 220e1cd8cf
commit 3b1c537bb4
+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", "memezombie")
var/list/races_blacklist = list("skeleton", "agent", "angel", "military_synth", "memezombies")
var/list/choosable_races = list()
/obj/structure/mirror/magic/New()