ソースを参照

Fix woodpecker;

bjorn 10 年 前
コミット
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 = {