1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 08:38:20 +08:00

Fix: is_submarine not merged

This commit is contained in:
noname94
2020-09-22 22:18:44 +09:00
parent 2d0ddee47f
commit 714123de06

View File

@@ -223,6 +223,12 @@ class GridInfo:
return True
else:
return False
if info.is_submarine:
if self.is_sea:
self.is_submarine = True
return True
else:
return False
return True