Merge pull request #513 from ThatOtherProto/patch-1

Update Science_mod.js
This commit is contained in:
slweeb 2024-04-08 19:28:53 -04:00 committed by GitHub
commit 8aca6f2a82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 25 additions and 0 deletions

View File

@ -1,5 +1,6 @@
// Science mod for Sandboxels
// (Inspired by survival.js)
// Build 11
// By: Lucifer (@a_british_proto (Discord))
// If there is anything you want to suggest or there's a bug then just dm me on discord
// Todo:
@ -1109,4 +1110,28 @@ substance.Cinnamaldehyde = {
hidden:true
}
substance.Acetone = {
behavior: behaviors.LIQUID,
color:"DADEDF",
category:"liquids",
state:"liquid",
hidden:true
}
substance.Methane = {
behavior: behaviors.GAS,
color:"C1C7C9",
category:"gases",
state:"gas",
hidden:true
}
substance.Ethane = {
behavior: behaviors.GAS,
color:"C1C7C9",
category:"gases",
state:"gas",
hidden:true
}
// Doing more tmrw