Skip to content
Snippets Groups Projects
Commit 6a0f8ce1 authored by DarkGod's avatar DarkGod
Browse files

Added hook "ShertulFortress:exploratoryPortal:specialLocation" to add new...

Added hook "ShertulFortress:exploratoryPortal:specialLocation" to add new special places to the portal
parent 23471c0e
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -134,6 +134,9 @@ It should automatically create a portal back, but it might not be near your arri
game.state:seenSpecialFarportal("eidolon")
return true
end
if self:triggerHook{"ShertulFortress:exploratoryPortal:specialLocation", q=q, who=who} then
return true
end
end,
on_move = function(self, x, y, who)
......
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