Explorar el Código

Fix woodpecker;

bjorn hace 10 años
padre
commit
d4a50a15b0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 = {