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

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@3276 51575b47-30f0-44d4-a5cc-537603b46e54
parent d3393aa4
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,7 @@ This farportal is not connected to any other portal, it is made for exploration,
It should automatically create a portal back, but it might not be near your arrival zone.]],
on_move = function(self, x, y, who)
if not who.player then return end
local Dialog = require "engine.ui.Dialog"
local q = who:hasQuest("shertul-fortress")
if not q then Dialog:simplePopup("Exploratory Farportal", "The farportal seems to be inactive") return 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