Fix Grenadier death animation in Sarin Gas 3 mission.

This commit is contained in:
Paul Chote
2021-01-10 22:24:39 +00:00
committed by abcdefg30
parent fea700fb72
commit bb65646c4d

View File

@@ -113,7 +113,7 @@ ConsoleTriggers = function()
Trigger.AfterDelay(DateTime.Seconds(4), function()
Utils.Do(SarinVictims, function(actor)
if not actor.IsDead then
actor.Kill()
actor.Kill("ExplosionDeath")
end
end)
end)