--- 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
--- 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;