From a73dcad7eaa84acab534382a99ced4d889d5317a Mon Sep 17 00:00:00 2001 From: Jaidyn Ann <10477760+JadedCtrl@users.noreply.github.com> Date: Sat, 15 Jul 2023 06:21:59 -0500 Subject: [PATCH] Fix game-over screen (return to menu) --- overworld.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overworld.lisp b/overworld.lisp index 92bec83..adcf55f 100644 --- a/overworld.lisp +++ b/overworld.lisp @@ -201,7 +201,7 @@ Returns a plist of properties :DAY, :HOUR, and :MINUTE, all numbers." '(:eo "LUDO FINITA" :en "GAME OVER") '(:en "Where are they now?") (list :en (end-game-string map)) - (list :drop 1))) + (list :drop 3))) (defun process-overworld-time (map Δt)