Skip to content
Snippets Groups Projects
Commit 90c0314f authored by dg's avatar dg
Browse files

The Grand Corruptor wont trigger his chat while the timeline is fractured

git-svn-id: http://svn.net-core.org/repos/t-engine4@6474 51575b47-30f0-44d4-a5cc-537603b46e54
parent 20950460
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ newEntity{ base = "BASE_NPC_ELVEN_CASTER", define_as = "GRAND_CORRUPTOR",
end,
on_takehit = function(self, value, src)
if not self.chatted and (self.life - value) < self.max_life * 0.4 then
if not self.chatted and (self.life - value) < self.max_life * 0.4 and not game._chronoworlds then
self.chatted = true
-- Check for magical knowledge
local has_spells = 0
......
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