Fix game-over screen (return to menu)

This commit is contained in:
Jaidyn Ann 2023-07-15 06:21:59 -05:00
parent 37add110f3
commit a73dcad7ea

View File

@ -201,7 +201,7 @@ Returns a plist of properties :DAY, :HOUR, and :MINUTE, all numbers."
'(:eo "LUDO FINITA" :en "GAME OVER") '(:eo "LUDO FINITA" :en "GAME OVER")
'(:en "Where are they now?") '(:en "Where are they now?")
(list :en (end-game-string map)) (list :en (end-game-string map))
(list :drop 1))) (list :drop 3)))
(defun process-overworld-time (map Δt) (defun process-overworld-time (map Δt)