diff -r 86a537f5d5c3 -r b36d8254781a GearTypes.wiki --- a/GearTypes.wiki Sun Aug 29 21:46:47 2010 +0000 +++ b/GearTypes.wiki Sun Aug 29 23:48:54 2010 +0200 @@ -1,6 +1,6 @@ For a current list of the gears look at hedgewars/uConstants.pas at the TGearType enumeration. - +{{{ TGearType = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtGrave, gtBee, // 4 gtShotgunShot, gtPickHammer, gtRope, gtMine, gtCase, // 9 gtDEagleShot, gtDynamite, gtClusterBomb, gtCluster, gtShover, // 14 @@ -12,3 +12,4 @@ gtSniperRifleShot, gtJetpack, gtMolotov, gtExplosives, gtBirdy, // 45 gtEgg, gtPortal, gtPiano, gtGasBomb, gtSineGunShot, gtFlamethrower, // 51 gtSMine, gtPoisonCloud, gtHammer, gtHammerHit); +}}}