From d362a57f5c9a36c7416cffabe66c615e6441e32b Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sat, 5 Mar 2016 11:03:13 +0100 Subject: [PATCH] Plugin: Fix buggy altar message distribution. --- plugins/server/PleaseTheIslandGod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/server/PleaseTheIslandGod.py b/plugins/server/PleaseTheIslandGod.py index 8f658d5..6cbfdf4 100644 --- a/plugins/server/PleaseTheIslandGod.py +++ b/plugins/server/PleaseTheIslandGod.py @@ -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"]) -- 2.30.2