Skip to content
Snippets Groups Projects
Commit 59cd4360 authored by dg's avatar dg
Browse files

The Grand Corruptor leaves the mark of the spellblaze when you go to Zigur

git-svn-id: http://svn.net-core.org/repos/t-engine4@6646 51575b47-30f0-44d4-a5cc-537603b46e54
parent 02a348a1
No related branches found
No related tags found
No related merge requests found
...@@ -603,6 +603,8 @@ function _M:load(dynamic) ...@@ -603,6 +603,8 @@ function _M:load(dynamic)
ret = false ret = false
for k, e in pairs(data) do self[k] = e end for k, e in pairs(data) do self[k] = e end
if self.on_loaded then self:on_loaded() end if self.on_loaded then self:on_loaded() end
else
for k, e in pairs(data) do self[k] = e end
end end
return ret return ret
end end
......
...@@ -58,7 +58,7 @@ I will open a portal to Zigur and the massacre shall begin!]], ...@@ -58,7 +58,7 @@ I will open a portal to Zigur and the massacre shall begin!]],
answers = { answers = {
{"I am ready!", action=function(npc, player) {"I am ready!", action=function(npc, player)
if game.zone.short_name ~= "mark-spellblaze" then return "quest3" end if game.zone.short_name ~= "mark-spellblaze" then return "quest3" end
npc.invulnerable = 1 npc:disappear()
player:grantQuest("anti-antimagic") player:grantQuest("anti-antimagic")
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