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