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

Escort portal does not disappear when digging nearby

git-svn-id: http://svn.net-core.org/repos/t-engine4@4203 51575b47-30f0-44d4-a5cc-537603b46e54
parent cf3b37d3
No related branches found
No related tags found
No related merge requests found
......@@ -357,6 +357,7 @@ on_grant = function(self, who)
g.add_displays = g.add_displays or {}
g.add_displays[#g.add_displays+1] = mod.class.Grid.new{image="terrain/maze_teleport.png"}
g.notice = true
g.nice_tiler = nil
g.on_move = function(self, x, y, who)
if not who.escort_quest then return end
game.player:setQuestStatus(who.quest_id, engine.Quest.DONE)
......
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