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

fixed ruined dungeon clues order

parent f71ebbcb
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ return {
local Dialog = require("engine.ui.Dialog")
local order = ({
DEFAULT = {"wind", "earth", "fire", "water", "arcane", "nature"},
DEFAULT = {"water", "earth", "wind", "nature", "arcane", "fire"},
ALT1 = {"darkness", "blood", "grave", "time", "mind", "blight"},
})[game.zone.clues_layout]
local o = game.level.orbs_touched
......
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