Merge pull request #13662 from Citadel-Station-13/silicons-patch-3

re-allows angel species on magic mirrors
This commit is contained in:
Putnam3145
2020-11-18 17:51:02 -08:00
committed by GitHub
+1 -1
View File
@@ -94,7 +94,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", "android", "synth", "mush", "zombie", "memezombie")
var/list/races_blacklist = list("skeleton", "agent", "military_synth", "memezombies", "clockwork golem servant", "android", "synth", "mush", "zombie", "memezombie")
var/list/choosable_races = list()
/obj/structure/mirror/magic/New()