Mob AI SS & Misc. Mob Cleanup (#3990)

This commit is contained in:
Lohikar
2017-12-24 14:24:55 -06:00
committed by GitHub
parent 071045b28e
commit 6feaf1a218
39 changed files with 589 additions and 547 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
/mob/Life()
..()
if(spell_masters && spell_masters.len)
if(LAZYLEN(spell_masters))
for(var/obj/screen/movable/spell_master/spell_master in spell_masters)
spell_master.update_spells(0, src)