home · contact · privacy
Remove TODO: Examined situation, found no error.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 18 Feb 2019 01:47:01 +0000 (02:47 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 18 Feb 2019 01:47:01 +0000 (02:47 +0100)
new/plomrogue/game.py

index 071290019a4c2f58f552bdbf51f28b66887cb1da..2c65f045f265679e2a3377e6e8c772df011e9f89 100755 (executable)
@@ -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: