diff -r 7458ec3666c3 -r 4afa5e3e27e4 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Thu Mar 25 23:02:55 2010 +0000 +++ b/hedgewars/uConsts.pas Thu Mar 25 23:03:21 2010 +0000 @@ -88,7 +88,7 @@ gtWhip, gtKamikaze, gtCake, gtSeduction, gtWatermelon, gtMelonPiece, // 37 gtHellishBomb, gtEvilTrace, gtWaterUp, gtDrill, gtBallGun, gtBall,gtRCPlane, gtSniperRifleShot, gtJetpack, gtMolotov, gtExplosives, gtBirdy, - gtBigExplosion); + gtBigExplosion, gtEgg); TVisualGearType = (vgtFlake, vgtCloud, vgtExplPart, vgtExplPart2, vgtFire, vgtSmallDamageTag, vgtTeamHealthSorter, vgtSpeechBubble, vgtBubble, @@ -1689,6 +1689,7 @@ ammoprop_NoCrosshair or ammoprop_DontHold or ammoprop_Utility or + //ammoprop_Utility; ammoprop_AltAttack; Count: 1; InitialCount: 1;