diff --git a/modules/game/actors.scm b/modules/game/actors.scm index 02d660a..1bbdbb0 100644 --- a/modules/game/actors.scm +++ b/modules/game/actors.scm @@ -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)