diff --git a/modules/game/actors.scm b/modules/game/actors.scm index 9d327a5..9e1593e 100644 --- a/modules/game/actors.scm +++ b/modules/game/actors.scm @@ -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)