mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00

* - 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>
9 lines
194 B
Python
9 lines
194 B
Python
from worlds.stardew_valley.test import SVTestBase
|
|
|
|
|
|
class TestMasterAnglerVanillaTools(SVTestBase):
|
|
options = {
|
|
"goal": "master_angler",
|
|
"tool_progression": "vanilla",
|
|
}
|