X-Git-Url: https://plomlompom.com/repos/?p=plomrogue;a=blobdiff_plain;f=plugins%2Fserver%2FPleaseTheIslandGod.py;h=fba1341d180fd8e648478f19260bba7cad48022f;hp=59fbefcfa06b242d802120147c838694a5e84ae8;hb=9b4d5b6840ccb2618362d563ae8beb37b10b9326;hpb=aadc19517cd0c51500bbd574100077e026d43e4d diff --git a/plugins/server/PleaseTheIslandGod.py b/plugins/server/PleaseTheIslandGod.py index 59fbefc..fba1341 100644 --- a/plugins/server/PleaseTheIslandGod.py +++ b/plugins/server/PleaseTheIslandGod.py @@ -462,7 +462,8 @@ def actor_move(t): 0 == int(rand.next() / (3 * chop_power))))): if t == world_db["Things"][0]: log("You chop it DOWN.") - world_db["GOD_FAVOR"] -= 10 + if ord("X") == world_db["MAP"][pos]: + world_db["GOD_FAVOR"] -= 10 world_db["MAP"][pos] = ord(".") i = 3 if case_X else 1 for i in range(i):