Ensure player cannot walk on electric switches
This commit is contained in:
parent
815c3c809a
commit
311c4c2ed8
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@
|
|||
(define on? (spawn ^cell))
|
||||
(define timer (spawn ^cell))
|
||||
(match-lambda*
|
||||
(('type) 'switch)
|
||||
(('type) 'electric-switch)
|
||||
(('position) position)
|
||||
(('tick grid-info) #f)
|
||||
(('post-tick grid-info) #f)
|
||||
|
|
Loading…
Add table
Reference in a new issue