X-Git-Url: https://plomlompom.com/repos/?p=plomrogue;a=blobdiff_plain;f=plugins%2Fserver%2FPleaseTheIslandGod.py;h=2fb0f20cda6b385f32777a3be664dd26cfde67b4;hp=d3a5239ccac262e1bcc3719d3a93905cef6a2353;hb=36c9978ab87646e8b72284bfcafd9e126abc670d;hpb=cfcbae34d0f447e51b6174071fd14d4b147505ad diff --git a/plugins/server/PleaseTheIslandGod.py b/plugins/server/PleaseTheIslandGod.py index d3a5239..2fb0f20 100644 --- a/plugins/server/PleaseTheIslandGod.py +++ b/plugins/server/PleaseTheIslandGod.py @@ -540,4 +540,4 @@ server.config.make_world_helpers.world_makable = world_makable server.config.make_world_helpers.make_map = make_map import server.config.ai -server.config.ai.ai_hook_pickup = ai_hook_pickup_test +server.config.ai.ai_hook_pickup_test = ai_hook_pickup_test