Merge pull request #384 from Jayd-Rubies/main
This commit is contained in:
commit
1decf009c5
|
|
@ -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,
|
||||
};
|
||||
}
|
||||
Loading…
Reference in New Issue