X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=plugins%2Fserver%2FPleaseTheIslandGod.py;h=4f7841f4c17cf52855b0b601666b76dc8305f8b4;hb=d29cadf50b9a1daed21fa1d68a5c86ca5d953856;hp=be91fd64f6e28112e8c7772d9d846352042d025d;hpb=c6997a3b9dfa7768be1d6e79338736e800cdabac;p=plomrogue diff --git a/plugins/server/PleaseTheIslandGod.py b/plugins/server/PleaseTheIslandGod.py index be91fd6..4f7841f 100644 --- a/plugins/server/PleaseTheIslandGod.py +++ b/plugins/server/PleaseTheIslandGod.py @@ -102,7 +102,7 @@ def actor_move(t): log("BAR " + str(t["T_LIFEPOINTS"])) return sadness return 0 - from server.world import build_fov_map + from server.build_fov_map import build_fov_map from server.utils import mv_yx_in_dir_legal from server.config.world_data import directions_db passable = False