random_things.js

This commit is contained in:
PumpkinPriest 2023-12-01 11:03:04 -05:00 committed by GitHub
parent 920657d9ce
commit cd73247461
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -17,7 +17,7 @@ elements.legendary_energy = {
"magma": { "elem1": "armageddon", "elem2": null },
"void": { "elem1": "light", "elm2": null },
},
}
},
elements.liquid_legend = {
name: "liquid legend",
@ -35,6 +35,5 @@ elements.liquid_legend = {
reactions: {
"magma": { "elem1": "armageddon", "elem2": null },
"void": { "elem1": "light", "elm2": null },
},
}
});
}
};