# HG changeset patch # User Wuzzy # Date 1559488510 -7200 # Node ID 42a8656afcac6c9105c47da45d57416188f00895 # Parent 8cb1eebee4a0fcdf04c703831bae2434418837bd Homing bee can now be used as secondary ammo diff -r 8cb1eebee4a0 -r 42a8656afcac ChangeLog.txt --- a/ChangeLog.txt Sun Jun 02 17:02:24 2019 +0200 +++ b/ChangeLog.txt Sun Jun 02 17:15:10 2019 +0200 @@ -19,6 +19,7 @@ + Show check mark for completed scenarios, challenges and trainings + Training/challenge/scenario menu now supports team selection + Most target practices now highlight position of next target (must be unlocked first) + + Homing bee can now be used as secondary ammo * Fix hedgehogs being pushed around (and other collision bugs) when they overlap * Fix homing bee flying weird if passing wrap world edge or target was placed beyond it * Fix air mine not colliding with crates initially diff -r 8cb1eebee4a0 -r 42a8656afcac hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Sun Jun 02 17:02:24 2019 +0200 +++ b/hedgewars/uVariables.pas Sun Jun 02 17:15:10 2019 +0200 @@ -1006,6 +1006,7 @@ ammoprop_NoTargetAfter or ammoprop_NoWrapTarget or ammoprop_DontHold or + ammoprop_AltUse or ammoprop_NeedUpDown; Count: 2; NumPerTurn: 0;