From: Christian Heller <c.heller@plomlompom.de>
Date: Mon, 18 Feb 2019 01:47:01 +0000 (+0100)
Subject: Remove TODO: Examined situation, found no error.
X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/static/booking?a=commitdiff_plain;h=5eaa63d376e1a0cdad8f70c7f563ec067ad03326;p=plomrogue2-experiments

Remove TODO: Examined situation, found no error.
---

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: