From 03cb28d94fa41491415677b692a2d06648dc2aa3 Mon Sep 17 00:00:00 2001 From: JustAGenericUsername <92590792+JustAGenericUsername@users.noreply.github.com> Date: Wed, 15 May 2024 16:27:02 -0400 Subject: [PATCH] asdasd --- mods/nousersthings.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/mods/nousersthings.js b/mods/nousersthings.js index d3dcaa0c..e9614c07 100644 --- a/mods/nousersthings.js +++ b/mods/nousersthings.js @@ -2902,4 +2902,15 @@ elements.specific_ray_emitter = { } }, insulate: true, +} +elements.run_some_code = { + color: "#68b2cf", + category: "tools", + canPlace: false, + onSelect: function(){ + let code = prompt("Enter code to run") + if (code){ + eval(code) + } + } } \ No newline at end of file