1
0
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:
LmeSzinc
2022-12-23 16:05:37 +08:00
parent 877de4c6e1
commit 57dd35a0ba

View File

@@ -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))