From eb7bf39b4e0146e4fc410500dd819a957a2a1d23 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 22 Apr 2021 21:50:38 -0400 Subject: Fix typo. --- game.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.scm b/game.scm index e7bc463..35fab7f 100644 --- a/game.scm +++ b/game.scm @@ -796,7 +796,7 @@ diz--")) (begin (dialog game player-display-name "> You unlock the refrigerator.") (dialog game player-display-name "> There's a small cartridge inside.") - (when (dialog game player-display-name "> Take the cartride?" + (when (dialog game player-display-name "> Take the cartridge?" '(("Yes" #t) ("No" #f))) (set! (cartridge game) 'in-hand) -- cgit v1.2.3