From 03f37ce89a67521ac333b531660e526d3a64a16e Mon Sep 17 00:00:00 2001 From: slweeb <91897291+slweeb@users.noreply.github.com> Date: Fri, 31 Mar 2023 10:40:31 -0400 Subject: [PATCH] Create no_radiation_events.js --- mods/no_radiation_events.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mods/no_radiation_events.js diff --git a/mods/no_radiation_events.js b/mods/no_radiation_events.js new file mode 100644 index 00000000..2f7da452 --- /dev/null +++ b/mods/no_radiation_events.js @@ -0,0 +1,3 @@ +window.addEventListener("load",function(){ +randomEventChoices.falling_pixel.splice(randomEventChoices.falling_pixel.indexOf("fallout"),1);randomEventChoices.explosion.splice(randomEventChoices.explosion.indexOf("radiation"),1) +})