# HG changeset patch
# User Henek
# Date 1289326673 -3600
# Node ID e9c7182affa782e1c216d4a684daecec6514aeb3
# Parent  735c67810faf8117a4a9272f099ac0fc2c459719
removed altuse property for sticky mines

diff -r 735c67810faf -r e9c7182affa7 hedgewars/uConsts.pas
--- a/hedgewars/uConsts.pas	Tue Nov 09 19:17:53 2010 +0300
+++ b/hedgewars/uConsts.pas	Tue Nov 09 19:17:53 2010 +0100
@@ -2142,7 +2142,7 @@
             NameTex: nil;
             Probability: 100;
             NumberInCase: 1;
-            Ammo: (Propz: ammoprop_Power or ammoprop_AltUse;
+            Ammo: (Propz: ammoprop_Power; //FIXME: enable multishoot at altuse, until then removed ammoprop_AltUse
                 Count: 1;
                 NumPerTurn: 1;
                 Timer: 0;