Fix ghosts to not detonate green mines

This commit is contained in:
Eevee (Evelyn Woods) 2021-02-01 22:46:08 -07:00
parent d8ac50efa9
commit d5fd7b546d

View File

@ -2120,7 +2120,7 @@ const TILE_TYPES = {
blocks_collision: COLLISION.all_but_real_player, blocks_collision: COLLISION.all_but_real_player,
has_inventory: true, has_inventory: true,
ignores: new Set([ ignores: new Set([
'bomb', 'bomb', 'green_bomb',
'water', 'water',
'ice', 'ice_nw', 'ice_ne', 'ice_sw', 'ice_se', 'ice', 'ice_nw', 'ice_ne', 'ice_sw', 'ice_se',
'force_floor_n', 'force_floor_s', 'force_floor_e', 'force_floor_w', 'force_floor_all', 'force_floor_n', 'force_floor_s', 'force_floor_e', 'force_floor_w', 'force_floor_all',