Browse Source

Fix woodpecker;

bjorn 10 năm trước cách đây
mục cha
commit
d4a50a15b0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      hud.lua

+ 1 - 1
hud.lua

@@ -59,7 +59,7 @@ Hud.bonuses = {
     description = 'Kill everything by pecking',
     score = 250000,
     check = function()
-      return ctx.nonPeckKill == true and ctx.pigeon.pecks > 0
+      return ctx.nonPeckKill == false and ctx.pigeon.pecks > 0
     end
   },
   verticallyChallenged = {