From b7b460b5418907ac9b1f87c8f385457ee5ccea3f Mon Sep 17 00:00:00 2001 From: raeleus Date: Mon, 30 Sep 2024 08:17:09 -0700 Subject: [PATCH] Update #help --- Output.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Output.js b/Output.js index 1b6d218..ef301af 100644 --- a/Output.js +++ b/Output.js @@ -341,6 +341,8 @@ const modifier = (text) => { text += "\n Removes the specified location by location_name or location_number as listed in #showlocations. To delete multiple locations, type the numbers with spaces or commas between them. This is safer than calling #removenote multiple times because the numbers shift as notes are deleted. Quotes are not necessary." text += "\n#clearlocations" text += "\n Deletes all discovered locations." + text += "\n#map" + text += "\n Generates an 11x11 ASCII map of the surrounding locations centered at the player location." text += "\n\n--Danger Zone--" text += "\n#reset"