- Mortar, Mudball and Land Spray need up/down buttons on mobile ios-revival
authorantonc27 <antonc27@mail.ru>
Thu, 15 Oct 2015 23:27:56 +0200
branchios-revival
changeset 11212 cd9a6fd65c82
parent 11211 1fa57188a469
child 11213 6e5fd5ea5acb
- Mortar, Mudball and Land Spray need up/down buttons on mobile
hedgewars/uVariables.pas
--- a/hedgewars/uVariables.pas	Thu Oct 15 22:48:32 2015 +0200
+++ b/hedgewars/uVariables.pas	Thu Oct 15 23:27:56 2015 +0200
@@ -1363,7 +1363,7 @@
             NameTex: nil;
             Probability: 100;
             NumberInCase: 4;
-            Ammo: (Propz: 0;
+            Ammo: (Propz: ammoprop_NeedUpDown;
                 Count: 4;
                 NumPerTurn: 0;
                 Timer: 0;
@@ -2154,6 +2154,7 @@
             NumberInCase: 1;
             Ammo: (Propz: ammoprop_Power or
                           ammoprop_AltUse or
+                          ammoprop_NeedUpDown or
                           ammoprop_NoRoundEnd;
                 Count: 2;
                 NumPerTurn: 0;
@@ -2235,6 +2236,7 @@
             Probability: 20;
             NumberInCase: 1;
             Ammo: (Propz: ammoprop_NoRoundEnd or
+                          ammoprop_NeedUpDown or
                           ammoprop_Utility;
                 Count: 1;
                 NumPerTurn: 0;