Update GrapeSoda.js

This commit is contained in:
guzzo86 2024-04-30 16:52:44 -04:00 committed by GitHub
parent 4af97a7201
commit 329b7f61f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,6 @@ elements.anthranilicacid = {
tempLow: -98, tempLow: -98,
burn: 100, burn: 100,
burnTime: 100, burnTime: 100,
burnInto: "carbondioxide"
} }
elements.methanolice = { elements.methanolice = {
@ -68,6 +67,8 @@ elements.anthranilicacid = {
stateLow: "methanol", stateLow: "methanol",
tempLow: 64, tempLow: 64,
temp: 84, temp: 84,
burn: 100,
burnTime: 100,
} }
elements.methylanthranilate = { elements.methylanthranilate = {
color: "#FFFBBA", color: "#FFFBBA",