Update ^bomb countdown value
This commit is contained in:
parent
30443a2950
commit
e6960ebdaa
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@
|
|||
(define alive? (spawn ^cell #t))
|
||||
(define countdown (spawn ^cell -1))
|
||||
(define pushed? (spawn ^cell))
|
||||
(define* (light-fuse #:optional (time 3))
|
||||
(define* (light-fuse #:optional (time 2))
|
||||
($ countdown time))
|
||||
(match-lambda*
|
||||
(('type) 'bomb)
|
||||
|
|
Loading…
Add table
Reference in a new issue