From: Christian Heller Date: Sun, 13 Mar 2016 00:35:28 +0000 (+0100) Subject: Server: Add important TODO notice. X-Git-Tag: tce~29 X-Git-Url: https://plomlompom.com/repos/?p=plomrogue;a=commitdiff_plain;h=4534d055eb6d6acc616478f7626bac1e471a55ed Server: Add important TODO notice. --- diff --git a/server/world.py b/server/world.py index c6c835f..d472e1f 100644 --- a/server/world.py +++ b/server/world.py @@ -62,6 +62,7 @@ def set_world_inactive(): def turn_over(): """Run game world and its inhabitants until new player input expected.""" + # TODO: Add build_fov_map, actor_move trigger not enough on changing maps. from server.ai import ai from server.config.actions import action_db from server.config.misc import calc_effort