X-Git-Url: https://plomlompom.com/repos/?p=plomrogue2-experiments;a=blobdiff_plain;f=new%2Fplomrogue%2Fgame.py;h=2c65f045f265679e2a3377e6e8c772df011e9f89;hp=071290019a4c2f58f552bdbf51f28b66887cb1da;hb=5eaa63d376e1a0cdad8f70c7f563ec067ad03326;hpb=d84b39d4b7265d1ce6597023aedf6dca89836eea 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: