home · contact · privacy
Plugin: Fix bug by typo.
authorChristian Heller <c.heller@plomlompom.de>
Thu, 25 Feb 2016 01:09:05 +0000 (02:09 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Thu, 25 Feb 2016 01:09:05 +0000 (02:09 +0100)
plugins/server/PleaseTheIslandGod.py

index 9be068749f158329d42285c2c0bc8bc386f7299b..975159a14426dabe11459a4e11d8a4a00cd84465 100644 (file)
@@ -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",
 world_db["terrain_names"]["|"] = "WALL"
 world_db["terrain_names"]["_"] = "ALTAR"
 world_db["specials"] = ["SLIPPERS", "PLANT_0", "PLANT_1", "TOOL_0", "TOOL_1",
-    "LUMBER", "ANIMAL_0ANIMAL_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"]]
 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"]]