Prevent ghosts from toggling swivels

This commit is contained in:
Eevee (Evelyn Woods) 2021-01-02 16:59:20 -07:00
parent 6d519cfa0a
commit c9bcc92bdf

View File

@ -2032,6 +2032,8 @@ const TILE_TYPES = {
'bomb', 'bomb',
'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',
// Ghosts don't activate swivels
'swivel_nw', 'swivel_ne', 'swivel_se', 'swivel_sw',
]), ]),
movement_speed: 4, movement_speed: 4,
// TODO ignores /most/ walls. collision is basically completely different. has a regular inventory, except red key. good grief // TODO ignores /most/ walls. collision is basically completely different. has a regular inventory, except red key. good grief