home · contact · privacy
Plugin: Add new terrain type names.
authorChristian Heller <c.heller@plomlompom.de>
Wed, 24 Feb 2016 21:47:39 +0000 (22:47 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Wed, 24 Feb 2016 21:47:39 +0000 (22:47 +0100)
plugins/server/PleaseTheIslandGod.py

index fba1341d180fd8e648478f19260bba7cad48022f..e34d840889523b81d6ebbbea915362804f790349 100644 (file)
@@ -655,6 +655,9 @@ if not "TOOL_0" in world_db:
     world_db["TOOL_0"] = 0
 if not "LUMBER" in world_db:
     world_db["LUMBER"] = 0
+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", "LUMBER"]
 io_db["worldstate_write_order"] += [["GOD_FAVOR", "world_int"]]