mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Merge pull request #395 from noname94/patch1
Fix: sirens are not sea and cannot be passed through
This commit is contained in:
commit
679599f24b
@ -138,7 +138,7 @@ class GridInfo:
|
||||
|
||||
@property
|
||||
def is_sea(self):
|
||||
return False if self.is_land or self.is_enemy or self.is_boss else True
|
||||
return False if self.is_land or self.is_enemy or self.is_siren or self.is_boss else True
|
||||
|
||||
@property
|
||||
def may_carrier(self):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user