screalms, not aurum_realms

master
Beha 2020-03-24 12:06:14 -04:00
parent ee14566185
commit 6cdf4ce5a8
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ minetest.register_on_generated(function(minp, maxp)
end
end)
if minetest.get_modpath("aurum_realms") then
if minetest.get_modpath("screalms") then
function tsm_agnostic_dungeon.ratio(pos)
local realm = screalms.pos_to_realm(pos)
if not realm then

View File

@ -1,4 +1,4 @@
name = tsm_agnostic_dungeon
description = Game-agnostic dungeon TSM.
depends = treasurer
optional_depends = default, aurum_realms
optional_depends = default, screalms