Skip to content

Commit

Permalink
Cleanup unnecessary extra produce.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorinair committed Mar 30, 2024
1 parent 4ac8441 commit 2c428f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/crops.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ var crops = {
"regrow": 3
},
"produce": {
"extra": 1,
"extra": 0,
"extraPerc": 0,
"price": 80,
"jarType": "Jelly",
Expand All @@ -165,7 +165,7 @@ var crops = {
"regrow": 1
},
"produce": {
"extra": 1,
"extra": 0,
"extraPerc": 0,
"price": 25,
"keg": 300,
Expand Down Expand Up @@ -441,7 +441,7 @@ var crops = {
"regrow": 3
},
"produce": {
"extra": 1,
"extra": 0,
"extraPerc": 0,
"price": 40,
"jarType": "Pickles",
Expand Down Expand Up @@ -826,7 +826,7 @@ var crops = {
"regrow": 4
},
"produce": {
"extra": 1,
"extra": 0,
"extraPerc": 0,
"price": 50,
"jarType": "Pickles",
Expand Down

0 comments on commit 2c428f8

Please sign in to comment.