Merge pull request #744 from Boxeled/patch-4

bug fixes
This commit is contained in:
slweeb 2024-08-01 14:12:32 -04:00 committed by GitHub
commit a0692a1209
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 6 deletions

View File

@ -8,6 +8,7 @@ elements.beryllium = {
density: 720,
reactions: {
water: {elem1: "beryllium", elem2: "dirty_water"}
}
};
elements.galinstan = {
@ -59,11 +60,5 @@ runAfterLoad(function() {
console.log("Hello World!");
});
if (enabledMods.includes["mods/chem.js", "mods/moreChemistry.js", "mods/metals.js", "mods/halogen.js", "mods/noblegas.js", "mods/radioactive.js", "mods/nousersthings.js"]) {
runAfterLoad(function() )
console.log("Hello World!");
});
}
// Creating eLists:
eLists.PERIODIC = ["beryllium", "scandium", "vanadium", "manganese", "cobalt"]