# HG changeset patch
# User antonc27 <antonc27@mail.ru>
# Date 1444944476 -7200
# Node ID cd9a6fd65c8241d5bb2bb4834c61ab432fce8f95
# Parent  1fa57188a4699a9fca655d10f3a9f7fdbc5df467
- Mortar, Mudball and Land Spray need up/down buttons on mobile

diff -r 1fa57188a469 -r cd9a6fd65c82 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;