Skip to content
Snippets Groups Projects
Commit 306dd78c authored by DarkGod's avatar DarkGod
Browse files

heh

parent 0084c7ea
No related branches found
No related tags found
No related merge requests found
......@@ -1783,6 +1783,7 @@ do return end
end
elseif not self.player:autoExplore() then
self.log("There is nowhere left to explore.")
self:triggerHook{"Player:autoExplore:nowhere"}
end
end end
......
......@@ -18,7 +18,7 @@
-- darkgod@te4.org
local rooms = {"random_room", {"pit",3}, {"greater_vault",7}}
if game:isAddonActive("items-vault") then table.insert(rooms, {"!items-vault",12}) end
if game:isAddonActive("items-vault") then table.insert(rooms, {"!items-vault",70}) end
return {
name = "Infinite Dungeon",
......
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