From 253e8a209cc78d62abd1dd77af7389225b8b1587 Mon Sep 17 00:00:00 2001 From: walterroach Date: Mon, 16 Nov 2020 17:02:04 -0600 Subject: [PATCH] fix return statement --- theater/conflicttheater.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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): """