Bug Amber now has color

This commit is contained in:
DoobieRalsei 2024-05-15 10:10:05 -07:00 committed by GitHub
parent 3e22af05f1
commit 88c5bca7ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -127,7 +127,7 @@ elements.petrified_wood = {
elements.skull = {
color: "#d9d9d9",
hidden:true,
behavior: behaviors.SUPPORT,
behavior: behaviors.SUPPORTPOWDER,
reactions: {
"water": { elem2:"broth", tempMin:70, color2:"#d7db69" },
"salt_water": { elem2:"broth", tempMin:70, color2:"#d7db69" },
@ -160,6 +160,7 @@ elements.skull = {
},
elements.bug_amber = {
color: "#ffc000",
temp: 20,
tempHigh: 345,
stateHigh: ["smoke","sap","sap","calcium","sugar"],