From 5eaa63d376e1a0cdad8f70c7f563ec067ad03326 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Mon, 18 Feb 2019 02:47:01 +0100 Subject: [PATCH] Remove TODO: Examined situation, found no error. --- new/plomrogue/game.py | 1 - 1 file changed, 1 deletion(-) diff --git a/new/plomrogue/game.py b/new/plomrogue/game.py index 0712900..2c65f04 100755 --- a/new/plomrogue/game.py +++ b/new/plomrogue/game.py @@ -84,7 +84,6 @@ class Thing(ThingBase): self.set_task('MOVE', (target_direction,)) def decide_task(self): - # TODO: Check if monster can follow player too well (even when they should lose them) visible_things = self.get_visible_things() target = None for t in visible_things: -- 2.30.2