mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-23 15:35:55 +08:00
Revert something
Since 'is_submarine' is never merged, it is better to leave reset() and wipe_out() unchanged.
This commit is contained in:
@@ -240,7 +240,6 @@ class GridInfo:
|
|||||||
self.is_caught_by_siren = False
|
self.is_caught_by_siren = False
|
||||||
self.is_carrier = False
|
self.is_carrier = False
|
||||||
self.is_movable = False
|
self.is_movable = False
|
||||||
self.is_submarine = False
|
|
||||||
|
|
||||||
def reset(self):
|
def reset(self):
|
||||||
"""
|
"""
|
||||||
@@ -249,6 +248,7 @@ class GridInfo:
|
|||||||
self.wipe_out()
|
self.wipe_out()
|
||||||
self.is_fleet = False
|
self.is_fleet = False
|
||||||
self.is_current_fleet = False
|
self.is_current_fleet = False
|
||||||
|
self.is_submarine = False
|
||||||
self.is_cleared = False
|
self.is_cleared = False
|
||||||
|
|
||||||
def covered_grid(self):
|
def covered_grid(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user