From d7e1b969e85795dbc14747f7313f9b8cc36a9ab6 Mon Sep 17 00:00:00 2001 From: "Eevee (Evelyn Woods)" Date: Thu, 11 Apr 2024 01:54:04 -0600 Subject: [PATCH] Fix this errant comma and shame myself --- js/tiletypes.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/tiletypes.js b/js/tiletypes.js index e5d40d5..376d7e4 100644 --- a/js/tiletypes.js +++ b/js/tiletypes.js @@ -2712,7 +2712,8 @@ const TILE_TYPES = { // TODO note: ms allows blocks to pass over tools cleats: { ...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']), }, suction_boots: {