From af57e8a33e9079c1e1b1f08f56cd377903ea96f6 Mon Sep 17 00:00:00 2001 From: "Eevee (Evelyn Woods)" Date: Thu, 18 Apr 2024 02:08:55 -0600 Subject: [PATCH] Remove the raft from the editor --- js/editor/editordefs.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/editor/editordefs.js b/js/editor/editordefs.js index ce1e7e6..f2391da 100644 --- a/js/editor/editordefs.js +++ b/js/editor/editordefs.js @@ -286,7 +286,6 @@ export const PALETTE = [{ 'skeleton_key', 'ankh', 'score_5x', - 'raft', ], }]; @@ -993,11 +992,11 @@ export const TILE_DESCRIPTIONS = { name: "×5 bonus", desc: "Quintuples the player's current bonus points. Can be collected by doppelgangers, rovers, and bowling balls, but will not grant bonus points.", }, + // TODO on the chopping block raft: { name: "Raft", desc: "A vehicle for crossing water safely. Follows its passenger until they reach land. Can be pushed around (like a single-push block) while swimming.", }, - // TODO aspirational iceberg: { name: "Iceberg", desc: "Behaves like ice when stepped on. Can be pushed around (like a multi-push block) while swimming.",