hedgewars/uTypes.pas
changeset 15587 61f2ffcd5652
parent 15473 20066da10268
child 15588 96a02e385d54
equal deleted inserted replaced
15586:19c85b010144 15587:61f2ffcd5652
   156             sndCreeperDrop, sndCreeperWater, sndCreeperDie, sndCustom1, sndCustom2, sndCustom3, sndCustom4,
   156             sndCreeperDrop, sndCreeperWater, sndCreeperDie, sndCustom1, sndCustom2, sndCustom3, sndCustom4,
   157             sndCustom5, sndCustom6, sndCustom7, sndCustom8, sndMinigun, sndFlamethrower, sndIceBeamIdle,
   157             sndCustom5, sndCustom6, sndCustom7, sndCustom8, sndMinigun, sndFlamethrower, sndIceBeamIdle,
   158             sndLandGun, sndCaseImpact, sndExtraDamage, sndFirePunchHit, sndGrenade, sndThisOneIsMine,
   158             sndLandGun, sndCaseImpact, sndExtraDamage, sndFirePunchHit, sndGrenade, sndThisOneIsMine,
   159             sndWhatThe, sndSoLong, sndOhDear, sndGonnaGetYou, sndDrat, sndBugger, sndAmazing,
   159             sndWhatThe, sndSoLong, sndOhDear, sndGonnaGetYou, sndDrat, sndBugger, sndAmazing,
   160             sndBrilliant, sndExcellent, sndFire, sndWatchThis, sndRunAway, sndRevenge, sndCutItOut,
   160             sndBrilliant, sndExcellent, sndFire, sndWatchThis, sndRunAway, sndRevenge, sndCutItOut,
   161             sndLeaveMeAlone, sndOuch, sndHmm, sndKiss, sndFlyAway, sndPlaneWater, sndDynamiteFuse);
   161             sndLeaveMeAlone, sndOuch, sndHmm, sndKiss, sndFlyAway, sndPlaneWater, sndDynamiteFuse,
       
   162             sndDynamiteImpact);
   162 
   163 
   163     // Available ammo types to be used by hedgehogs
   164     // Available ammo types to be used by hedgehogs
   164     TAmmoType  = (amNothing, amGrenade, amClusterBomb, amBazooka, amBee, amShotgun, amPickHammer, // 6
   165     TAmmoType  = (amNothing, amGrenade, amClusterBomb, amBazooka, amBee, amShotgun, amPickHammer, // 6
   165             amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip, // 13
   166             amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip, // 13
   166             amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, // 18
   167             amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, // 18