Homing bee can now be used as secondary ammo
authorWuzzy <Wuzzy2@mail.ru>
Sun, 02 Jun 2019 17:15:10 +0200
changeset 15094 42a8656afcac
parent 15093 8cb1eebee4a0
child 15095 e13b9054316b
Homing bee can now be used as secondary ammo
ChangeLog.txt
hedgewars/uVariables.pas
--- 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;