Update Science_mod.js
This commit is contained in:
parent
00e3b9b61f
commit
20d8ce51c5
|
|
@ -411,10 +411,10 @@ element.Selenium = {
|
|||
}
|
||||
|
||||
element.Bromine = {
|
||||
behavior: behaviors.GAS,
|
||||
behavior: behaviors.LIQUID,
|
||||
color:"FFFFFF",
|
||||
category:"gases",
|
||||
state:"gas",
|
||||
category:"liquids",
|
||||
state:"liquid",
|
||||
hidden:false
|
||||
}
|
||||
|
||||
|
|
@ -771,10 +771,10 @@ element.Gold = {
|
|||
}
|
||||
|
||||
element.Mercury = {
|
||||
behavior: behaviors.WALL,
|
||||
behavior: behaviors.LIQUID,
|
||||
color:"00FFFF",
|
||||
category:"land",
|
||||
state:"solid",
|
||||
category:"liquids",
|
||||
state:"liquid",
|
||||
hidden:false
|
||||
}
|
||||
|
||||
|
|
@ -1092,3 +1092,11 @@ substance.Polystyrene = {
|
|||
state:"solid",
|
||||
hidden:true
|
||||
}
|
||||
|
||||
substance.Styrene = {
|
||||
behavior: behaviors.LIQUID,
|
||||
color:"00FF00",
|
||||
category:"liquids",
|
||||
state:"liquid",
|
||||
hidden:true
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue