hedgewars/uTypes.pas
changeset 14036 544b32038664
parent 14035 f09276eb0c27
child 14037 09e2e52aa025
equal deleted inserted replaced
14035:f09276eb0c27 14036:544b32038664
   151             sndInvulnerable, sndJetpackLaunch, sndJetpackBoost, sndPortalShot, sndPortalSwitch,
   151             sndInvulnerable, sndJetpackLaunch, sndJetpackBoost, sndPortalShot, sndPortalSwitch,
   152             sndPortalOpen, sndBlowTorch, sndCountdown1, sndCountdown2, sndCountdown3, sndCountdown4,
   152             sndPortalOpen, sndBlowTorch, sndCountdown1, sndCountdown2, sndCountdown3, sndCountdown4,
   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);
   156             sndWhatThe, sndSoLong, sndOhDear, sndGonnaGetYou, sndDrat, sndBugger, sndAmazing,
       
   157             sndBrilliant, sndExcellent);
   157 
   158 
   158     // Available ammo types to be used by hedgehogs
   159     // Available ammo types to be used by hedgehogs
   159     TAmmoType  = (amNothing, amGrenade, amClusterBomb, amBazooka, amBee, amShotgun, amPickHammer, // 6
   160     TAmmoType  = (amNothing, amGrenade, amClusterBomb, amBazooka, amBee, amShotgun, amPickHammer, // 6
   160             amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip, // 13
   161             amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip, // 13
   161             amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, // 18
   162             amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, // 18