From 4ac01a403fde2c5ee0cadd3b4ad15ff21fa3a2d9 Mon Sep 17 00:00:00 2001 From: Techokami Date: Sat, 18 Dec 2021 23:54:43 -0500 Subject: [PATCH] One more missed tooltip --- js/editor/editordefs.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/editor/editordefs.js b/js/editor/editordefs.js index 99e6bd4..b78c6b4 100644 --- a/js/editor/editordefs.js +++ b/js/editor/editordefs.js @@ -976,6 +976,10 @@ export const TILE_DESCRIPTIONS = { name: "Sokoban wall", desc: "Acts like wall. Turns to floor while all sokoban buttons of the same color are pressed.", }, + one_way_walls: { + name: "One-way wall", + desc: "Similar to a thin wall, but can be passed through one side only.", + } };