home
·
contact
·
privacy
projects
/
plomrogue2-experiments
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d84b39d
)
Remove TODO: Examined situation, found no error.
author
Christian Heller
<c.heller@plomlompom.de>
Mon, 18 Feb 2019 01:47:01 +0000
(
02:47
+0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Mon, 18 Feb 2019 01:47:01 +0000
(
02:47
+0100)
new/plomrogue/game.py
patch
|
blob
|
history
diff --git
a/new/plomrogue/game.py
b/new/plomrogue/game.py
index 071290019a4c2f58f552bdbf51f28b66887cb1da..2c65f045f265679e2a3377e6e8c772df011e9f89 100755
(executable)
--- 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: