GearTypes.wiki
changeset 15 b36d8254781a
parent 12 74ead59b6c64
child 19 6f33e35cb3e4
--- 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);
+}}}