Deleted cool_explosives.js

i deleted cool_explosives
This commit is contained in:
GuyWhoGotSpringlocked 2024-03-19 11:12:33 -04:00 committed by GitHub
parent 2b64e84589
commit 4b6ed00a82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
elements.super_bomb = { // create the bomb
color: "#524c41", //color
behavior: [
"XX|EX:250|XX", //range
"XX|XX|XX",
"M2|M1 AND EX:250|M2", //range
],
category: "weapons",
state: "solid",
density: 1300,
excludeRandom: true,
cooldown: defaultCooldown
}