fix draw path function

This commit is contained in:
Xevion
2020-04-21 14:09:56 -05:00
parent b65d12be16
commit 7948662459
2 changed files with 8 additions and 6 deletions

View File

@@ -44,9 +44,7 @@ class Mob(arcade.Sprite):
"""
A on_update function, the Mob should decide it's next actions here.
"""
if Config.DEBUG:
if self.target is not None:
pass
def get_path(self, end: Tuple[int, int] = None) -> List[Tuple[int, int]]:
"""