Merge pull request #8435 from Ghommie/Ghommie-cit17

lazyinitlist on IAA targets stealing.
This commit is contained in:
kevinz000
2019-05-26 17:23:05 -07:00
committed by GitHub
@@ -130,6 +130,7 @@
if(!owner.current||owner.current.stat==DEAD)
return
to_chat(owner.current, "<span class='userdanger'> Target eliminated: [victim.name]</span>")
LAZYINITLIST(targets_stolen)
for(var/objective_ in victim.objectives)
if(istype(objective_, /datum/objective/assassinate/internal))
var/datum/objective/assassinate/internal/objective = objective_