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

Revert "Fix: is_submarine not merged"

This reverts commit 714123de06.
This commit is contained in:
noname94
2020-09-22 22:25:48 +09:00
parent 714123de06
commit c92daaa252

View File

@@ -223,12 +223,6 @@ 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