From 29fbb56c88ecf598bfb610fbfcfabed67970ab20 Mon Sep 17 00:00:00 2001 From: "Eevee (Evelyn Woods)" Date: Sat, 20 Apr 2024 03:29:29 -0600 Subject: [PATCH] Update grass description --- js/editor/editordefs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/editor/editordefs.js b/js/editor/editordefs.js index f2391da..36622fd 100644 --- a/js/editor/editordefs.js +++ b/js/editor/editordefs.js @@ -928,7 +928,7 @@ export const TILE_DESCRIPTIONS = { }, grass: { name: "Grass", - desc: "Stops all blocks, tanks, and rovers. Turns to fire when a fireball touches it.", + desc: "Stops all blocks, tanks, and rovers. Turns to fire when a fireball touches it. Both types of bug refuse to leave once they enter.", }, cracked_ice: { name: "Cracked ice",