Files
dockipelago/worlds/stardew_valley/content/feature/__init__.py
Jouramie a67688749f Stardew Valley: Refactor skill progression to use new feature system (#3662)
* create a first draft of the feature

* use feature in items and locations

* add content to more places

* use feature in logic

* replace option check by feature

* remove unused code

* remove weird white space

* some import nitpicking

* flip negative if
2024-12-01 03:52:07 +01:00

6 lines
134 B
Python

from . import booksanity
from . import cropsanity
from . import fishsanity
from . import friendsanity
from . import skill_progression