Update survival.js

This commit is contained in:
slweeb 2024-02-11 14:50:36 -05:00
parent c206945680
commit 76c8e9640f
1 changed files with 3 additions and 1 deletions

View File

@ -164,8 +164,9 @@ elementWorth = {
"rad_shard": 3, "rad_shard": 3,
"paper": 5, "paper": 5,
"broth": 5, "broth": 5,
"sap": 5, "honey": 5,
"caramel": 5, "caramel": 5,
"sap": 4,
"candy": 5, "candy": 5,
"popcorn": 2, "popcorn": 2,
"flour": 2, "flour": 2,
@ -189,6 +190,7 @@ elementWorth = {
"petal": -1, "petal": -1,
"cell": -1, "cell": -1,
"cancer": -1, "cancer": -1,
"foam": -1,
} }
elements.sell = { elements.sell = {
color: ["#fff0b5","#ffe680","#c48821","#986a1a","#eca832","#f0bb62"], color: ["#fff0b5","#ffe680","#c48821","#986a1a","#eca832","#f0bb62"],