hedgewars/uTypes.pas
changeset 14041 44f20c9e6861
parent 14040 128fbd36eee4
child 14042 006f97a6f6a7
equal deleted inserted replaced
14040:128fbd36eee4 14041:44f20c9e6861
   153             sndCreeperDrop, sndCreeperWater, sndCreeperDie, sndCustom1, sndCustom2, sndCustom3, sndCustom4,
   153             sndCreeperDrop, sndCreeperWater, sndCreeperDie, sndCustom1, sndCustom2, sndCustom3, sndCustom4,
   154             sndCustom5, sndCustom6, sndCustom7, sndCustom8, sndMinigun, sndFlamethrower, sndIceBeamIdle,
   154             sndCustom5, sndCustom6, sndCustom7, sndCustom8, sndMinigun, sndFlamethrower, sndIceBeamIdle,
   155             sndLandGun, sndCaseImpact, sndExtraDamage, sndFirePunchHit, sndGrenade, sndThisOneIsMine,
   155             sndLandGun, sndCaseImpact, sndExtraDamage, sndFirePunchHit, sndGrenade, sndThisOneIsMine,
   156             sndWhatThe, sndSoLong, sndOhDear, sndGonnaGetYou, sndDrat, sndBugger, sndAmazing,
   156             sndWhatThe, sndSoLong, sndOhDear, sndGonnaGetYou, sndDrat, sndBugger, sndAmazing,
   157             sndBrilliant, sndExcellent, sndFire, sndWatchThis, sndRunAway, sndRevenge, sndCutItOut,
   157             sndBrilliant, sndExcellent, sndFire, sndWatchThis, sndRunAway, sndRevenge, sndCutItOut,
   158             sndLeaveMeAlone);
   158             sndLeaveMeAlone, sndOuch);
   159 
   159 
   160     // Available ammo types to be used by hedgehogs
   160     // Available ammo types to be used by hedgehogs
   161     TAmmoType  = (amNothing, amGrenade, amClusterBomb, amBazooka, amBee, amShotgun, amPickHammer, // 6
   161     TAmmoType  = (amNothing, amGrenade, amClusterBomb, amBazooka, amBee, amShotgun, amPickHammer, // 6
   162             amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip, // 13
   162             amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip, // 13
   163             amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, // 18
   163             amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, // 18