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

Fix the onslaught on Zigur quest

git-svn-id: http://svn.net-core.org/repos/t-engine4@2110 51575b47-30f0-44d4-a5cc-537603b46e54
parent 731f7df4
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ on_grant = function(self, who)
game.player:resetToFull()
local effs = {}
for eff_id, p in pairs(game.player.tmp) do
local e = actor.tempeffect_def[eff_id]
local e = game.player.tempeffect_def[eff_id]
if e.status == "detrimental" then effs[#effs+1] = {"effect", eff_id} end
end
while #effs > 0 do
......
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