Make ^bomb activate method a noop

This commit is contained in:
Juliana Sims 2024-05-25 18:34:49 -04:00
parent c272be2737
commit 30443a2950
No known key found for this signature in database
GPG key ID: 2A00BD4B0090029E

View file

@ -398,7 +398,7 @@
(('alive?) ($ alive?))
(('describe) `(bomb ,($ position) ,($ countdown)))
(('explode) (light-fuse 1))
(('activate grid-info) (light-fuse))
(('activate grid-info) #f)
(('deactivate grid-info) #f)
(('collide other offset grid-info)
(when (eq? ($ other 'type) 'player)