Create no_radiation_events.js

This commit is contained in:
slweeb 2023-03-31 10:40:31 -04:00 committed by GitHub
parent d8a981ac6d
commit 03f37ce89a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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)
})