X-Git-Url: https://plomlompom.com/repos/?p=plomrogue;a=blobdiff_plain;f=plugins%2Fserver%2FPleaseTheIslandGod.py;fp=plugins%2Fserver%2FPleaseTheIslandGod.py;h=6cbfdf4b844e5615574e171c5814b1308dda0a1f;hp=8f658d5b578720dffd88f5ffba174a9e342b0019;hb=d362a57f5c9a36c7416cffabe66c615e6441e32b;hpb=273682ce18f635f121da5903272c366652470533 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"])