Skip to content

Commit

Permalink
Merge pull request tgstation#6382 from HippieStation/upstream-merge-3…
Browse files Browse the repository at this point in the history
…5147

[MIRROR] Blacklists servant golems from the magic mirror
  • Loading branch information
Pyko authored Feb 1, 2018
2 parents be93c5b + d37efc8 commit 7844d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/mirror.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 7844d82

Please sign in to comment.