mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Stardew Valley: remove BaseLogic generic so importing mixins is no longer needed (#4916)
* remove BaseLogic generic so importing mixins is no longer needed * self review
This commit is contained in:
@@ -14,7 +14,7 @@ class QualityLogicMixin(BaseLogicMixin):
|
||||
self.quality = QualityLogic(*args, **kwargs)
|
||||
|
||||
|
||||
class QualityLogic(BaseLogic[Union[SkillLogicMixin, FarmingLogicMixin]]):
|
||||
class QualityLogic(BaseLogic):
|
||||
|
||||
@cache_self1
|
||||
def can_grow_crop_quality(self, quality: str) -> StardewRule:
|
||||
|
Reference in New Issue
Block a user