hedgewars/uTypes.pas
changeset 5728 aca2acfba4ca
parent 5706 4454aa0523e7
child 5824 2e5835130d9a
child 5968 4e8bb227be9a
equal deleted inserted replaced
5726:f342e0cf4f34 5728:aca2acfba4ca
   134             sndHellishImpact1, sndHellishImpact2, sndHellishImpact3, sndHellishImpact4,
   134             sndHellishImpact1, sndHellishImpact2, sndHellishImpact3, sndHellishImpact4,
   135             sndMelonImpact, sndDroplet1, sndDroplet2, sndDroplet3, sndEggBreak, sndDrillRocket,
   135             sndMelonImpact, sndDroplet1, sndDroplet2, sndDroplet3, sndEggBreak, sndDrillRocket,
   136             sndPoisonCough, sndPoisonMoan, sndBirdyLay, sndWhistle, sndBeeWater,
   136             sndPoisonCough, sndPoisonMoan, sndBirdyLay, sndWhistle, sndBeeWater,
   137             sndPiano0, sndPiano1, sndPiano2, sndPiano3, sndPiano4, sndPiano5, sndPiano6, sndPiano7, sndPiano8,
   137             sndPiano0, sndPiano1, sndPiano2, sndPiano3, sndPiano4, sndPiano5, sndPiano6, sndPiano7, sndPiano8,
   138             sndSkip, sndSineGun, sndOoff1, sndOoff2, sndOoff3, sndWhack,
   138             sndSkip, sndSineGun, sndOoff1, sndOoff2, sndOoff3, sndWhack,
   139             sndComeonthen, sndParachute, sndBump, sndResurrector, sndPlane);
   139             sndComeonthen, sndParachute, sndBump, sndResurrector, sndPlane, sndTardis);
   140 
   140 
   141     // Available ammo types to be used by hedgehogs
   141     // Available ammo types to be used by hedgehogs
   142     TAmmoType  = (amNothing, amGrenade, amClusterBomb, amBazooka, amBee, amShotgun, amPickHammer, // 6
   142     TAmmoType  = (amNothing, amGrenade, amClusterBomb, amBazooka, amBee, amShotgun, amPickHammer, // 6
   143             amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip, // 13
   143             amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip, // 13
   144             amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, // 18
   144             amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, // 18