diff --git a/simalq/display.hy b/simalq/display.hy index 1f4cada..fc7a52c 100644 --- a/simalq/display.hy +++ b/simalq/display.hy @@ -333,9 +333,9 @@ interface elements as lists of `ColorChar`s." (when G.time-left (.format "⏲ {:,} (→ {})" G.time-left - (if (< G.level.next-level (len G.quest.levels)) - (.format "DL {:,}" G.level.next-level) - "victory"))) + (if (> G.level.next-level (len G.quest.levels)) + "victory" + (.format "DL {:,}" G.level.next-level)))) (when G.player.keys (.format "⚷ {}" G.player.keys)) (when G.player.magic-arrows (+