mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user