Skip to content

Commit

Permalink
Update Carrot and Broccoli seed sell prices.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorinair committed Apr 3, 2024
1 parent 12e961b commit 09ead2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ <h1>Change Log</h1>
<h2>v1.6.4 <div class="date">(2024-04-03)</div></h2>
<ul>
<li>Fixed an issue which prevented some of the new 1.6 crops from appearing in the graph.</li>
<li>Update seed sell prices of new crops.</li>
</ul>
<h2>v1.6.3 <div class="date">(2024-03-30)</div></h2>
<ul>
Expand Down
4 changes: 2 additions & 2 deletions js/crops.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var crops = {
"url": "https://stardewvalleywiki.com/Carrot",
"img": "carrot.png",
"seeds": {
"sell": 0,
"sell": 15,
"pierre": 0,
"joja": 0,
"special": 0,
Expand Down Expand Up @@ -57,7 +57,7 @@ var crops = {
"url": "https://stardewvalleywiki.com/Broccoli",
"img": "broccoli.png",
"seeds": {
"sell": 0,
"sell": 40,
"pierre": 0,
"joja": 0,
"special": 0,
Expand Down

0 comments on commit 09ead2f

Please sign in to comment.