From 3015de27e2ce0361f234985009867dda3cea5a48 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 26 May 2024 21:57:16 -0400 Subject: [PATCH] Disable level skip hack. --- game.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/game.scm b/game.scm index 9fe57bc..b4e2bbe 100644 --- a/game.scm +++ b/game.scm @@ -788,7 +788,8 @@ (rollback-snapshot!) (with-goblins (update-objects!))) ;; REMOVE BEFORE RELEASE!!!! - ('confirm (next-level!)))) + ;; ('confirm (next-level!)) + )) ;; Pressing any bound input resets the game. ('win (reset-game!))))