Oops I broke switched emitters.
This commit is contained in:
parent
7e4dfbe1b6
commit
378793d7ae
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@
|
||||||
(('exit obj grid-info) #f)
|
(('exit obj grid-info) #f)
|
||||||
(('activate grid-info)
|
(('activate grid-info)
|
||||||
($ on? #t)
|
($ on? #t)
|
||||||
($ timer -1)
|
($ timer 0)
|
||||||
($ grid-info 'append-event `(emitter-on ,x ,y)))
|
($ grid-info 'append-event `(emitter-on ,x ,y)))
|
||||||
(('deactivate grid-info)
|
(('deactivate grid-info)
|
||||||
($ on? #f)
|
($ on? #f)
|
||||||
|
|
Loading…
Add table
Reference in a new issue