home · contact · privacy
Plugin: Fix buggy altar message distribution.
authorChristian Heller <c.heller@plomlompom.de>
Sat, 5 Mar 2016 10:03:13 +0000 (11:03 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sat, 5 Mar 2016 10:03:13 +0000 (11:03 +0100)
plugins/server/PleaseTheIslandGod.py

index 8f658d5b578720dffd88f5ffba174a9e342b0019..6cbfdf4b844e5615574e171c5814b1308dda0a1f 100644 (file)
@@ -211,7 +211,7 @@ def actor_move(t):
             altar_msg_wait(100)
         elif world_db["FAVOR_STAGE"] == 1 and world_db["GOD_FAVOR"] >= 100:
             world_db["FAVOR_STAGE"] = 2
-            log(altar_msg_2)
+            log(altar_msg_1)
             id = id_setter(-1, "Things")
             world_db["Things"][id] = new_Thing(world_db["PLANT_1"],
                                                world_db["altar"])