Cult stuff now initializes

This commit is contained in:
CitadelStationBot
2017-04-19 04:40:07 -05:00
parent ce577dc22c
commit 73d4469db5
3 changed files with 12 additions and 13 deletions
@@ -31,9 +31,8 @@
var/list/construct_spells = list()
var/playstyle_string = "<b>You are a generic construct! Your job is to not exist, and you should probably adminhelp this.</b>"
/mob/living/simple_animal/hostile/construct/Initialize()
..()
. = ..()
for(var/spell in construct_spells)
AddSpell(new spell(null))