bugfixes
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Zoltan Timar
2026-04-29 16:41:18 +02:00
parent 3e31398d9d
commit b5596bbbe0
5 changed files with 26 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ local FADE_COLORS = nil
function Ascension.get_initial()
_increased_this_cycle = false
return {
level = 8, -- FYI: change this to test ascension levels without having to play through them
level = 0,
}
end