hedgewars/uTypes.pas
changeset 15235 4576e41c0692
parent 15225 ceb289e8a582
child 15288 c4fd2813b127
child 15313 01bd0a087163
equal deleted inserted replaced
15234:b96868956514 15235:4576e41c0692
   156             sndCreeperDrop, sndCreeperWater, sndCreeperDie, sndCustom1, sndCustom2, sndCustom3, sndCustom4,
   156             sndCreeperDrop, sndCreeperWater, sndCreeperDie, sndCustom1, sndCustom2, sndCustom3, sndCustom4,
   157             sndCustom5, sndCustom6, sndCustom7, sndCustom8, sndMinigun, sndFlamethrower, sndIceBeamIdle,
   157             sndCustom5, sndCustom6, sndCustom7, sndCustom8, sndMinigun, sndFlamethrower, sndIceBeamIdle,
   158             sndLandGun, sndCaseImpact, sndExtraDamage, sndFirePunchHit, sndGrenade, sndThisOneIsMine,
   158             sndLandGun, sndCaseImpact, sndExtraDamage, sndFirePunchHit, sndGrenade, sndThisOneIsMine,
   159             sndWhatThe, sndSoLong, sndOhDear, sndGonnaGetYou, sndDrat, sndBugger, sndAmazing,
   159             sndWhatThe, sndSoLong, sndOhDear, sndGonnaGetYou, sndDrat, sndBugger, sndAmazing,
   160             sndBrilliant, sndExcellent, sndFire, sndWatchThis, sndRunAway, sndRevenge, sndCutItOut,
   160             sndBrilliant, sndExcellent, sndFire, sndWatchThis, sndRunAway, sndRevenge, sndCutItOut,
   161             sndLeaveMeAlone, sndOuch, sndHmm, sndKiss, sndFlyAway);
   161             sndLeaveMeAlone, sndOuch, sndHmm, sndKiss, sndFlyAway, sndPlaneWater);
   162 
   162 
   163     // Available ammo types to be used by hedgehogs
   163     // Available ammo types to be used by hedgehogs
   164     TAmmoType  = (amNothing, amGrenade, amClusterBomb, amBazooka, amBee, amShotgun, amPickHammer, // 6
   164     TAmmoType  = (amNothing, amGrenade, amClusterBomb, amBazooka, amBee, amShotgun, amPickHammer, // 6
   165             amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip, // 13
   165             amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip, // 13
   166             amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, // 18
   166             amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, // 18