yeag
This commit is contained in:
parent
903d35f556
commit
72de80b294
|
|
@ -1661,6 +1661,7 @@ elements.molten_plutonium = {
|
||||||
category: "states",
|
category: "states",
|
||||||
state: "liquid",
|
state: "liquid",
|
||||||
tempLow: 620,
|
tempLow: 620,
|
||||||
|
hidden: true,
|
||||||
stateLow: "plutonium",
|
stateLow: "plutonium",
|
||||||
tick: function(pixel){
|
tick: function(pixel){
|
||||||
if(Math.random() < 0.0007){
|
if(Math.random() < 0.0007){
|
||||||
|
|
@ -1865,6 +1866,7 @@ function HSVtoRGB(h, s, v) {
|
||||||
elements.molten_bismuth = {
|
elements.molten_bismuth = {
|
||||||
color: ["#ee8d63", "#ef7e5e", "#f06e5c", "#f05c5c"],
|
color: ["#ee8d63", "#ef7e5e", "#f06e5c", "#f05c5c"],
|
||||||
behavior: behaviors.MOLTEN,
|
behavior: behaviors.MOLTEN,
|
||||||
|
hidden: true,
|
||||||
category: "states",
|
category: "states",
|
||||||
state: "liquid",
|
state: "liquid",
|
||||||
temp: 280,
|
temp: 280,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue