Make ^bomb activate method a noop
This commit is contained in:
parent
c272be2737
commit
30443a2950
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@
|
||||||
(('alive?) ($ alive?))
|
(('alive?) ($ alive?))
|
||||||
(('describe) `(bomb ,($ position) ,($ countdown)))
|
(('describe) `(bomb ,($ position) ,($ countdown)))
|
||||||
(('explode) (light-fuse 1))
|
(('explode) (light-fuse 1))
|
||||||
(('activate grid-info) (light-fuse))
|
(('activate grid-info) #f)
|
||||||
(('deactivate grid-info) #f)
|
(('deactivate grid-info) #f)
|
||||||
(('collide other offset grid-info)
|
(('collide other offset grid-info)
|
||||||
(when (eq? ($ other 'type) 'player)
|
(when (eq? ($ other 'type) 'player)
|
||||||
|
|
Loading…
Add table
Reference in a new issue