--- a/AmmoTypes.wiki Sun Aug 29 21:46:47 2010 +0000
+++ b/AmmoTypes.wiki Sun Aug 29 23:48:54 2010 +0200
@@ -1,5 +1,5 @@
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,
@@ -8,3 +8,4 @@
amRCPlane, amLowGravity, amExtraDamage, amInvulnerable, amExtraTime,
amLaserSight, amVampiric, amSniperRifle, amJetpack, amMolotov, amBirdy, amPortalGun,
amPiano, amGasBomb, amSineGun, amFlamethrower, amSMine, amHammer);
+}}}