Fix ghosts to not detonate green mines
This commit is contained in:
parent
d8ac50efa9
commit
d5fd7b546d
@ -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',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user