2
0
bjorn 10 жил өмнө
parent
commit
d4a50a15b0
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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 = {