diff --git a/theater/conflicttheater.py b/theater/conflicttheater.py index 3be055e9..78f3c052 100644 --- a/theater/conflicttheater.py +++ b/theater/conflicttheater.py @@ -352,8 +352,8 @@ class FrontLine(MissionTarget): def is_friendly(self, to_player: bool) -> bool: """Returns True if the objective is in friendly territory.""" - raise False - + return False + @property def position(self): """