Remove the raft from the editor

This commit is contained in:
Eevee (Evelyn Woods) 2024-04-18 02:08:55 -06:00
parent e3d8a0f669
commit af57e8a33e

View File

@ -286,7 +286,6 @@ export const PALETTE = [{
'skeleton_key', 'skeleton_key',
'ankh', 'ankh',
'score_5x', 'score_5x',
'raft',
], ],
}]; }];
@ -993,11 +992,11 @@ export const TILE_DESCRIPTIONS = {
name: "×5 bonus", 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.", 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: { raft: {
name: "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.", 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: { iceberg: {
name: "Iceberg", name: "Iceberg",
desc: "Behaves like ice when stepped on. Can be pushed around (like a multi-push block) while swimming.", desc: "Behaves like ice when stepped on. Can be pushed around (like a multi-push block) while swimming.",