X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=plugins%2Fserver%2FPleaseTheIslandGod.py;h=8a3242bee4105baa20203ec59e779901170e6d21;hb=fc8a58ca9defc1f4d583b2f3c580a9f889ba36b2;hp=5c89394205cd4288aafff438e794341284b7886b;hpb=ced67d16fe54c1c916a556c47837173cec0d29b6;p=plomrogue diff --git a/plugins/server/PleaseTheIslandGod.py b/plugins/server/PleaseTheIslandGod.py index 5c89394..8a3242b 100644 --- a/plugins/server/PleaseTheIslandGod.py +++ b/plugins/server/PleaseTheIslandGod.py @@ -65,7 +65,7 @@ def make_world(seed): print("Ignoring: No valid " + name + " set.") return world_db["Things"] = {} - make_map() + make_map_func() world_db["WORLD_ACTIVE"] = 1 world_db["TURN"] = 1 for i in range(world_db["ThingTypes"][playertype]["TT_START_NUMBER"]):