Green bombs also count towards the required chip count

This commit is contained in:
Eevee (Evelyn Woods) 2020-09-14 14:15:54 -06:00
parent c913df5e53
commit 54aaed73a0

View File

@ -506,6 +506,7 @@ const TILE_TYPES = {
}, },
green_bomb: { green_bomb: {
draw_layer: LAYER_ITEM, draw_layer: LAYER_ITEM,
is_required_chip: true,
on_arrive(me, level, other) { on_arrive(me, level, other) {
// TODO explode // TODO explode
level.remove_tile(me); level.remove_tile(me);