Green bombs also count towards the required chip count
This commit is contained in:
parent
c913df5e53
commit
54aaed73a0
@ -506,6 +506,7 @@ const TILE_TYPES = {
|
||||
},
|
||||
green_bomb: {
|
||||
draw_layer: LAYER_ITEM,
|
||||
is_required_chip: true,
|
||||
on_arrive(me, level, other) {
|
||||
// TODO explode
|
||||
level.remove_tile(me);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user