Merge pull request #384 from Jayd-Rubies/main

This commit is contained in:
slweeb 2024-03-02 17:40:35 -05:00 committed by GitHub
commit 1decf009c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 1 deletions

View File

@ -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,
};
}