diff --git a/modules/game/actors.scm b/modules/game/actors.scm
index 49c0022..d5a46e6 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 2))
+ (define* (light-fuse #:optional (time 3))
($ countdown time))
(match-lambda*
(('type) 'bomb)
diff --git a/modules/game/levels/rat-1.tmx b/modules/game/levels/rat-1.tmx
index ebcecef..466df58 100644
--- a/modules/game/levels/rat-1.tmx
+++ b/modules/game/levels/rat-1.tmx
@@ -16,7 +16,7 @@
83,128,82,84,92,85,24,24,24,24,24,24,20,24,24,24,24,107,83,83,
24,24,24,86,89,105,24,24,24,87,103,102,103,102,103,88,24,24,24,24,
24,18,24,86,150,101,88,24,87,104,191,151,130,109,189,85,24,19,24,24,
-24,24,24,106,91,110,85,24,24,130,209,130,110,131,89,105,24,24,24,24,
+24,24,24,106,91,110,85,24,106,130,209,130,110,131,89,105,24,24,24,24,
102,102,102,104,169,189,85,24,86,150,151,149,171,151,190,101,103,103,103,103
@@ -33,15 +33,10 @@
-