Files
Grinch-AP/worlds/stardew_valley/test/TestOptions.py
Jérémie Bolduc 96d7a3a64c Stardew Valley: Fix generation issue with Master Angler goal and vanilla tools (#1498)
* - Can Catch every fish doesn't need fishing rods if they are not shuffled

* add has_max_fishing_rod

* add test for master angler + vanilla tools

---------

Co-authored-by: Alex Gilbert <alexgilbert@yahoo.com>
2023-03-04 18:34:51 +01:00

9 lines
194 B
Python

from worlds.stardew_valley.test import SVTestBase
class TestMasterAnglerVanillaTools(SVTestBase):
options = {
"goal": "master_angler",
"tool_progression": "vanilla",
}