mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Fix: Missing meow_enhance() call
This commit is contained in:
parent
dbfbd294ff
commit
6bfdc21ba6
@ -30,8 +30,12 @@ class RewardMeowfficer(MeowfficerBuy, MeowfficerFort, MeowfficerTrain):
|
||||
# Train
|
||||
if self.config.MeowfficerTrain_Enable:
|
||||
self.meow_train()
|
||||
if self.config.MeowfficerTrain_Mode != 'seamlessly' and self.meow_is_sunday():
|
||||
if self.config.MeowfficerTrain_Mode == 'seamlessly':
|
||||
self.meow_enhance()
|
||||
elif self.meow_is_sunday():
|
||||
self.meow_enhance()
|
||||
else:
|
||||
pass
|
||||
|
||||
# Scheduler
|
||||
if self.config.MeowfficerTrain_Enable:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user