From 026c58d6a3d67b1db612048abd99ddbf07668267 Mon Sep 17 00:00:00 2001 From: "Laetitia (O-01-67)" <68935009+O-01-67@users.noreply.github.com> Date: Tue, 21 Feb 2023 13:01:26 -0500 Subject: [PATCH] alternative opener element --- mods/prompt.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mods/prompt.js b/mods/prompt.js index 89a1426d..9fb6b10f 100644 --- a/mods/prompt.js +++ b/mods/prompt.js @@ -484,6 +484,13 @@ if(enabledMods.includes(variablesMod)) { if(shiftDown) { funniPrompt() }; }; }); + + elements.funni_prompt = { + color: ["#000000","#00ff00","#000000","#00ff00","#000000","#00ff00","#000000","#00ff00","#000000","#00ff00"], + behavior: behaviors.SELFDELETE, + desc: "Click here or press Shift+1 to open the command prompt.", + category:"special", + }; } else { alert(`The ${variablesMod} mod is required and has been automatically inserted (reload for this to take effect).`) enabledMods.splice(enabledMods.indexOf(modName),0,variablesMod)