From 58cb8cd15d7470a5c62aa7950948ae7cabd8b446 Mon Sep 17 00:00:00 2001 From: raeleus Date: Sun, 6 Apr 2025 07:11:29 -0700 Subject: [PATCH] Remove line indicating that there is a guide for the memory minigame. --- Output.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Output.js b/Output.js index 7c0ec25..547b370 100644 --- a/Output.js +++ b/Output.js @@ -553,7 +553,7 @@ const modifier = (text) => { text += "\n\n--Memory Minigame--" text += "\n#memory (automatic|effortless|easy|medium|hard|impossible)" - text += "\n Initiates a memory minigame where you have to flip cards one at a time until you make a matching pair. You only have a set number of turns to finish the game. Specifying a difficulty (default is easy) sets the number of cards and maximum turns accordingly. Please see the game manual on github for rules, tactics, and a complete tutorial: github.com/raeleus/Hashtag-DnD/" + text += "\n Initiates a memory minigame where you have to flip cards one at a time until you make a matching pair. You only have a set number of turns to finish the game. Specifying a difficulty (default is easy) sets the number of cards and maximum turns accordingly." text += "\n\n--Danger Zone--" text += "\n#reset"