From 20d8ce51c50d97470cc287e2b3fe1b561326f079 Mon Sep 17 00:00:00 2001 From: ThatOtherProto <127895014+ThatOtherProto@users.noreply.github.com> Date: Sun, 7 Apr 2024 18:04:07 +0100 Subject: [PATCH] Update Science_mod.js --- mods/Science_mod.js | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/mods/Science_mod.js b/mods/Science_mod.js index ff912751..260f4462 100644 --- a/mods/Science_mod.js +++ b/mods/Science_mod.js @@ -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 +}