ok. for some reason, this now works without problems. weird. (reenable smine/cleaver alt)
authornemo
Sun, 21 Oct 2012 12:28:05 -0400
changeset 7780 a066a52411bc
parent 7779 0c5f822916a7
child 7781 6505805e7f98
ok. for some reason, this now works without problems. weird. (reenable smine/cleaver alt)
hedgewars/uVariables.pas
--- a/hedgewars/uVariables.pas	Sun Oct 21 19:17:00 2012 +0400
+++ b/hedgewars/uVariables.pas	Sun Oct 21 12:28:05 2012 -0400
@@ -2105,7 +2105,8 @@
             Probability: 100;
             NumberInCase: 1;
             Ammo: (Propz: ammoprop_Power or
-                          ammoprop_NeedUpDown; //FIXME: enable multishoot at altuse, until then removed ammoprop_AltUse
+                          ammoprop_AltUse or
+                          ammoprop_NeedUpDown;
                 Count: 1;
                 NumPerTurn: 1;
                 Timer: 0;
@@ -2338,7 +2339,8 @@
             Probability: 100;
             NumberInCase: 1;
             Ammo: (Propz: ammoprop_Power or
-                          ammoprop_NeedUpDown; //FIXME: enable multishoot at altuse, until then removed ammoprop_AltUse
+                          ammoprop_AltUse or
+                          ammoprop_NeedUpDown;
                 Count: 1;
                 NumPerTurn: 1;
                 Timer: 0;