mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 09:48:20 +08:00
Fix: Typo in EventGrid.predict_enemy_genre()
This commit is contained in:
@@ -6,7 +6,7 @@ from module.template.assets import TEMPLATE_ENEMY_BOSS
|
||||
|
||||
class EventGrid(Grid):
|
||||
def predict_enemy_genre(self):
|
||||
if self.enemy_genre:
|
||||
if self.enemy_scale:
|
||||
return ''
|
||||
|
||||
image = self.relative_crop((-0.55, -0.2, 0.45, 0.2), shape=(50, 20))
|
||||
|
||||
Reference in New Issue
Block a user