mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 16:29:25 +08:00
Merge pull request #395 from noname94/patch1
Fix: sirens are not sea and cannot be passed through
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user