This commit is contained in:
Lily-129 2022-02-01 20:00:46 -05:00 committed by GitHub
parent 54d7954841
commit 1c57a58305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -90,7 +90,7 @@ elements.le_liquid_light = {
color: "#ffffa8",
behavior: [
"XX|XX|XX",
"M2|DL%0.1 AND FX%0.5 AND FY%0.5|M2 AND BO",
"M2|DL%0.1 AND RT%0.5|M2 AND BO",
"M1|M1|M1",
],
temp: 40,
@ -101,10 +101,9 @@ elements.liquid_laser = {
color: "#ff0000",
behavior: [
"XX|M2|XX",
"M2|DL%0.05|M2 AND BO:1,2,3",
"M2|DL%0.05 AND RT%0.5|M2 AND BO:1,2,3",
"XX|M1|XX",
],
rotatable: true,
temp: 40,
category: "liquids",
},
@ -212,4 +211,4 @@ elements.liquid_explosion = {
state: "liquid",
density: 2000,
excludeRandom: true,
}
}