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",
|
||
|
|
}
|