X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/ledger2?a=blobdiff_plain;f=plugins%2Fserver%2FPleaseTheIslandGod.py;h=975159a14426dabe11459a4e11d8a4a00cd84465;hb=12113bb06e1ca42e3e311a47be4bb6aecaa2d33b;hp=9be068749f158329d42285c2c0bc8bc386f7299b;hpb=21eb782e7178305ba775749db005304311ef2c1c;p=plomrogue diff --git a/plugins/server/PleaseTheIslandGod.py b/plugins/server/PleaseTheIslandGod.py index 9be0687..975159a 100644 --- a/plugins/server/PleaseTheIslandGod.py +++ b/plugins/server/PleaseTheIslandGod.py @@ -816,7 +816,7 @@ world_db["terrain_names"][":"] = "SOIL" world_db["terrain_names"]["|"] = "WALL" world_db["terrain_names"]["_"] = "ALTAR" world_db["specials"] = ["SLIPPERS", "PLANT_0", "PLANT_1", "TOOL_0", "TOOL_1", - "LUMBER", "ANIMAL_0, ANIMAL_1"] + "LUMBER", "ANIMAL_0", "ANIMAL_1"] io_db["worldstate_write_order"] += [["GOD_FAVOR", "world_int"]] io_db["worldstate_write_order"] += [[write_metamap_A, "func"]] io_db["worldstate_write_order"] += [[write_metamap_B, "func"]]