Skip to content
Snippets Groups Projects
Commit 23205377 authored by Eric Wykoff's avatar Eric Wykoff
Browse files

chronoclone protection

parent d1ab4777
No related branches found
No related tags found
1 merge request!200More fixes
......@@ -107,7 +107,7 @@ summonTemporalHound = function(self, t)
end
end
-- clean up
if self.summoner.dead then
if self.summoner.dead or not game.level:hasEntity(self.summoner) then
self:die(self)
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment