mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Fix: is_submarine not merged
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user