Thorinair / Stardew-Profits

A Stardew Valley crop profits calculator and visualizer. Link: https://thorinair.github.io/Stardew-Profits/
MIT License
153 stars 74 forks source link

Wrong total fertilizer cost #45

Closed 8070alejandro closed 1 year ago

8070alejandro commented 2 years ago

On function fertLoss the return should be loss * planted(crop), using the actual number of crops planted, instead of loss * options.planted, using the maximum number of crops to plant.