From 378793d7ae60beb34ba557c76f74ac0dbf2e9125 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 24 May 2024 15:40:14 -0400 Subject: [PATCH] Oops I broke switched emitters. --- modules/game/actors.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/game/actors.scm b/modules/game/actors.scm index 0f2ff60..ecfeb03 100644 --- a/modules/game/actors.scm +++ b/modules/game/actors.scm @@ -213,7 +213,7 @@ (('exit obj grid-info) #f) (('activate grid-info) ($ on? #t) - ($ timer -1) + ($ timer 0) ($ grid-info 'append-event `(emitter-on ,x ,y))) (('deactivate grid-info) ($ on? #f)