From 7576629be2105b49c6efee0690ba377257971cc0 Mon Sep 17 00:00:00 2001 From: Jayd-Rubies <155784127+Jayd-Rubies@users.noreply.github.com> Date: Sat, 2 Mar 2024 15:20:34 -0500 Subject: [PATCH] shame for voidapex11 --- mods/weapons.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/mods/weapons.js b/mods/weapons.js index 234e8df8..d66596a7 100644 --- a/mods/weapons.js +++ b/mods/weapons.js @@ -85,6 +85,16 @@ elements.right_missile = { "XX|EX:10|M2", ], category:"ammunition", +}, +elements.up_missile = { + color: "#4c4e42", + behavior: [ + "M2|M1 AND EX:10|M2", + "EX:10|XX|EX:10", + "XX|EX:10|XX", + ], + category:"ammunition", + alias: "the element that some guy try to add to my mod without my permission but when doing so fucked the behavior grid up", }, elements.cluster_munition = { color: "#444444", @@ -387,4 +397,4 @@ elements.fast_bullet_right = { category: "ammunition", state: "solid", insulate: true, -}; \ No newline at end of file +} \ No newline at end of file