Fix this errant comma and shame myself

This commit is contained in:
Eevee (Evelyn Woods) 2024-04-11 01:54:04 -06:00
parent fd590f8353
commit d7e1b969e8

View File

@ -2712,7 +2712,8 @@ const TILE_TYPES = {
// TODO note: ms allows blocks to pass over tools // TODO note: ms allows blocks to pass over tools
cleats: { cleats: {
...COMMON_TOOL, ...COMMON_TOOL,
item_ignores: new Set(['ice', 'ice_nw', 'ice_ne', 'ice_sw', 'ice_se', ]), item_ignores: new Set(['ice', 'ice_nw', 'ice_ne', 'ice_sw', 'ice_se']),
// XXX this is literally the only definition of slide_ignores
item_slide_ignores: new Set(['cracked_ice']), item_slide_ignores: new Set(['cracked_ice']),
}, },
suction_boots: { suction_boots: {