Ensure player cannot walk on electric switches

This commit is contained in:
Juliana Sims 2024-05-22 15:07:20 -04:00
parent 815c3c809a
commit 311c4c2ed8

View file

@ -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)