mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-11 01:55:08 +08:00
Fix: is_submarine not merged
This commit is contained in:
@@ -223,6 +223,12 @@ class GridInfo:
|
|||||||
return True
|
return True
|
||||||
else:
|
else:
|
||||||
return False
|
return False
|
||||||
|
if info.is_submarine:
|
||||||
|
if self.is_sea:
|
||||||
|
self.is_submarine = True
|
||||||
|
return True
|
||||||
|
else:
|
||||||
|
return False
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user