Allows species to be blocked from ever being roundstart, can now choose your Halloween species (#31877)

* Hardlocked species, halloween now lets you choose your spooky race

* Code standards, moving procs around
This commit is contained in:
KorPhaeron
2017-10-20 11:10:54 -04:00
committed by Joan Lung
parent 3041494a4f
commit dcddc79e11
18 changed files with 60 additions and 51 deletions
+1 -2
View File
@@ -101,8 +101,7 @@
..()
/obj/structure/mirror/magic/lesser/New()
var/list/L = CONFIG_GET(keyed_flag_list/roundstart_races)
choosable_races = L.Copy()
choosable_races = GLOB.roundstart_races.Copy()
..()
/obj/structure/mirror/magic/badmin/New()