Skip to content

Commit

Permalink
Update survival.js
Browse files Browse the repository at this point in the history
  • Loading branch information
slweeb committed Feb 11, 2024
1 parent c206945 commit 76c8e96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mods/survival.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,9 @@ elementWorth = {
"rad_shard": 3,
"paper": 5,
"broth": 5,
"sap": 5,
"honey": 5,
"caramel": 5,
"sap": 4,
"candy": 5,
"popcorn": 2,
"flour": 2,
Expand All @@ -189,6 +190,7 @@ elementWorth = {
"petal": -1,
"cell": -1,
"cancer": -1,
"foam": -1,
}
elements.sell = {
color: ["#fff0b5","#ffe680","#c48821","#986a1a","#eca832","#f0bb62"],
Expand Down

0 comments on commit 76c8e96

Please sign in to comment.