fix varnames

This commit is contained in:
Laetitia (O-01-67) 2022-12-07 12:19:00 -05:00 committed by GitHub
parent 5566f54ed7
commit 38c6e36fe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -657,7 +657,7 @@ runAfterLoad(function() {
burning: true,
burnTime: Infinity,
burnTempChange: 2,
fireChance: 5,
fireSpawnChance: 5,
state: "liquid",
density: 21,
};
@ -678,7 +678,7 @@ runAfterLoad(function() {
stateHigh: "liquid_smoke",
burning: true,
burnTempChange: -2,
fireChance: 5,
fireSpawnChance: 5,
burnTime: Infinity,
fireElement: "cold_fire",
category: "energy liquids",
@ -807,7 +807,7 @@ runAfterLoad(function() {
burning: true,
burnTime: Infinity,
burnTempChange: 3,
fireChance: 5,
fireSpawnChance: 5,
fireElement: "rad_fire",
state: "liquid",
density: 21,