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)