Update Science_mod.js

forgot to update a part of it
This commit is contained in:
ThatOtherProto 2024-04-11 17:08:36 +01:00 committed by GitHub
parent 90479db528
commit 91e3be1407
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -1376,10 +1376,10 @@ substance.Silver_Oxzide = {
// Editing this later on when I get back home
substance.Silver_Sulfate = {
behavior: behaviors.POWDER,
color: (Unsure),
behavior: behaviors.WALL,
color: "FFFFFF",
category: "lands"
state: "powder",
state: "solid",
hidden:true
}