--- a/hedgewars/uVariables.pas Sat Mar 19 17:49:27 2011 -0400
+++ b/hedgewars/uVariables.pas Sat Mar 19 19:41:59 2011 -0400
@@ -2008,7 +2008,9 @@
NameTex: nil;
Probability: 0;
NumberInCase: 1;
- Ammo: (Propz: ammoprop_Power or ammoprop_AltUse;
+ Ammo: (Propz: ammoprop_Power or
+ ammoprop_AltUse or
+ ammoprop_NoRoundEnd;
Count: 2;
NumPerTurn: 0;
Timer: 0;
@@ -2086,7 +2088,8 @@
NameTex: nil;
Probability: 20;
NumberInCase: 1;
- Ammo: (Propz: ammoprop_ForwMsgs or ammoprop_DontHold;
+ Ammo: (Propz: ammoprop_NoRoundEnd or
+ ammoprop_Utility;
Count: 1;
NumPerTurn: 0;
Timer: 5001;