home · contact · privacy
Server: Add important TODO notice.
[plomrogue] / server / world.py
index c6c835fb3cf9735d94df62452a21242b40cda6af..d472e1f680ca2dd5f10eb7ea72b1eedb98779fa2 100644 (file)
@@ -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