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:
@@ -10,7 +10,7 @@ class WalletLogicMixin(BaseLogicMixin):
|
||||
self.wallet = WalletLogic(*args, **kwargs)
|
||||
|
||||
|
||||
class WalletLogic(BaseLogic[ReceivedLogicMixin]):
|
||||
class WalletLogic(BaseLogic):
|
||||
|
||||
def can_speak_dwarf(self) -> StardewRule:
|
||||
return self.logic.received(Wallet.dwarvish_translation_guide)
|
||||
|
Reference in New Issue
Block a user