hedgewars/uTypes.pas
changeset 14042 006f97a6f6a7
parent 14041 44f20c9e6861
child 14196 ab5e710d353d
equal deleted inserted replaced
14041:44f20c9e6861 14042:006f97a6f6a7
   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, sndOuch);
   158             sndLeaveMeAlone, sndOuch, sndHmm);
   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