AmmoTypes.wiki
changeset 354 0ba9ad5ce9fd
parent 314 74fb197dc5d3
child 399 d92d626f9c46
equal deleted inserted replaced
353:63a39be0fe92 354:0ba9ad5ce9fd
     1 For a current list of ammo types look at [https://code.google.com/p/hedgewars/source/browse/hedgewars/uTypes.pas hedgewars/uTypes.pas].
     1 For a current list of ammo types look at http://code.google.com/p/hedgewars/source/browse/hedgewars/uTypes.pas#146
     2 {{{
     2 {{{
     3  // Available ammo types to be used by hedgehogs
     3  // Available ammo types to be used by hedgehogs
     4 TAmmoType = (amNothing, amGrenade, amClusterBomb, amBazooka, amBee, amShotgun, amPickHammer,
     4 TAmmoType = (amNothing, amGrenade, amClusterBomb, amBazooka, amBee, amShotgun, amPickHammer,
     5 amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip,
     5 amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip,
     6 amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
     6 amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,