Merge pull request #477 from Citadel-Station-13/upstream-merge-26285

[MIRROR] Cult stuff now initializes
This commit is contained in:
LetterJay
2017-04-19 18:29:35 -05:00
committed by GitHub
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))