diff -r 812b13502f05 -r 74ead59b6c64 AmmoTypes.wiki --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/AmmoTypes.wiki Sun Aug 29 18:56:20 2010 +0200 @@ -0,0 +1,10 @@ +For a current list of ammo types look at hedgewars/uConsts.pas. + + TAmmoType = (amNothing, amGrenade, amClusterBomb, amBazooka, amBee, amShotgun, amPickHammer, + amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip, + amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, + amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake, + amSeduction, amWatermelon, amHellishBomb, amNapalm, amDrill, amBallgun, + amRCPlane, amLowGravity, amExtraDamage, amInvulnerable, amExtraTime, + amLaserSight, amVampiric, amSniperRifle, amJetpack, amMolotov, amBirdy, amPortalGun, + amPiano, amGasBomb, amSineGun, amFlamethrower, amSMine, amHammer);