# HG changeset patch # User nemo # Date 1350836885 14400 # Node ID a066a52411bc6ad0a76f1bbf690dc7ae48d110a0 # Parent 0c5f822916a7c9484e55deab5c60579793d4011a ok. for some reason, this now works without problems. weird. (reenable smine/cleaver alt) diff -r 0c5f822916a7 -r a066a52411bc 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;