Merge pull request #14096 from KorPhaeron/lancer

Fixes successive generations of grey tide clones not despawning
This commit is contained in:
tkdrg
2016-01-01 00:50:42 -03:00
@@ -58,7 +58,7 @@
return
var/mob/living/simple_animal/hostile/illusion/M = new(loc)
M.faction = faction.Copy()
M.Copy_Parent(parent_mob, life_span, health/2, melee_damage_upper, multiply_chance)
M.Copy_Parent(parent_mob, 80, health/2, melee_damage_upper, multiply_chance/2)
M.GiveTarget(L)
///////Actual Types/////////