mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 12:08:21 +08:00
Opt: Better tips when having wrong configs
This commit is contained in:
@@ -119,7 +119,8 @@ class GridInfo:
|
||||
'MY': 'is_mystery',
|
||||
'AM': 'is_ammo',
|
||||
'FR': 'is_fortress',
|
||||
'==': 'is_cleared'
|
||||
'MI': 'is_missile_attack',
|
||||
'==': 'is_cleared',
|
||||
}
|
||||
for key, value in dic.items():
|
||||
if self.__getattribute__(value):
|
||||
|
||||
Reference in New Issue
Block a user