From 028fc016b08bc9f1601c31bb15da082b4319aece Mon Sep 17 00:00:00 2001 From: "Eevee (Evelyn Woods)" Date: Mon, 8 Mar 2021 20:16:14 -0700 Subject: [PATCH] Add an ankh description in the editor --- js/main-editor.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/main-editor.js b/js/main-editor.js index a776cd8..6b2f0a9 100644 --- a/js/main-editor.js +++ b/js/main-editor.js @@ -2202,9 +2202,9 @@ const EDITOR_TILE_DESCRIPTIONS = { name: "Sand", desc: "Anything walking on it moves at half speed. Stops all blocks.", }, - halo: { - name: "Halo", - desc: "Protects the player from death once, destroying the would-be killer in the process.", + ankh: { + name: "Ankh", + desc: "When dropped on empty floor by a player, inscribes a sacred symbol which will save a player's life once.", }, turntable_cw: { name: "Turntable (clockwise)",