Mushroom people, revived!

This commit is contained in:
Armhulen
2018-03-07 19:34:56 -08:00
committed by CitadelStationBot
parent 4d0b7133c8
commit e559fdca2c
14 changed files with 271 additions and 7 deletions

View File

@@ -90,7 +90,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")
var/list/races_blacklist = list("skeleton", "agent", "angel", "military_synth", "memezombies", "clockwork golem servant", "android", "synth", "mush")
var/list/choosable_races = list()
/obj/structure/mirror/magic/New()