From 2183e7de3cc78ca0914e2025f444b48df08bd9fe Mon Sep 17 00:00:00 2001 From: "Eevee (Evelyn Woods)" Date: Wed, 30 Dec 2020 18:50:13 -0700 Subject: [PATCH] Fix some copy/paste errors in editor tooltips --- js/main-editor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/main-editor.js b/js/main-editor.js index e993bb5..b5e6d0a 100644 --- a/js/main-editor.js +++ b/js/main-editor.js @@ -1752,7 +1752,7 @@ const EDITOR_TILE_DESCRIPTIONS = { name: "Flame jet (off)", desc: "No effect. Turned on while an orange button is held or while receiving power. Turned on permanently by a gray button.", }, - flame_jet_off: { + flame_jet_on: { name: "Flame jet (on)", desc: "Destroys almost anything that passes over it, except dirt blocks, fireballs, and anything wearing fire boots. Turned off while an orange button is held or while receiving power. Turned off permanently by a gray button.", }, @@ -1834,7 +1834,7 @@ const EDITOR_TILE_DESCRIPTIONS = { name: "Light switch (off)", desc: "No effect. Turns on when stepped on. May contain wires.", }, - light_switch_off: { + light_switch_on: { name: "Light switch (on)", desc: "Emits power. Turns off when stepped on. May contain wires.", },