Update elements.js

This commit is contained in:
henriquerosaconta2025-hue 2025-08-16 06:12:35 -03:00 committed by GitHub
parent b7e042244a
commit d16bdf8d31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
addElement("boron", {
elements.boron = {
color: "#635F62",
category: "powders",
state: "solid",
@ -14,7 +14,7 @@ neutron: {elem2: "radiation"},
}),
addElement("Graphite", {
elements.Graphite = {
color: "#635F62",
category: "powders",
state: "solid",
@ -23,9 +23,9 @@ behavior: [
"RL:radiation%2, AND RL:neutron%5",
],
}),
},
addElement("Plutonium", {
elements.Plutonium = {
color: "#FFFF7F",
category: "powders",
state: "solid",
@ -44,4 +44,4 @@ elem1.temp = elem1.temp + 25
},
},
})
}