Update ^bomb countdown value

This commit is contained in:
Juliana Sims 2024-05-25 18:39:24 -04:00
parent 30443a2950
commit e6960ebdaa
No known key found for this signature in database
GPG key ID: 2A00BD4B0090029E

View file

@ -357,7 +357,7 @@
(define alive? (spawn ^cell #t)) (define alive? (spawn ^cell #t))
(define countdown (spawn ^cell -1)) (define countdown (spawn ^cell -1))
(define pushed? (spawn ^cell)) (define pushed? (spawn ^cell))
(define* (light-fuse #:optional (time 3)) (define* (light-fuse #:optional (time 2))
($ countdown time)) ($ countdown time))
(match-lambda* (match-lambda*
(('type) 'bomb) (('type) 'bomb)