diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2021-04-22 21:50:38 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2021-04-22 21:50:38 -0400 |
commit | eb7bf39b4e0146e4fc410500dd819a957a2a1d23 (patch) | |
tree | 76ddef167fe60af6ac16d36528741096e593195d | |
parent | bda2c30a610a35aea44761f7105a795a28ed066c (diff) |
Fix typo.
-rw-r--r-- | game.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |