GearTypes.wiki
changeset 587 8105e95297e3
parent 534 f50cf1771b7f
child 601 98cfdad71786
equal deleted inserted replaced
586:c6cd16f6954a 587:8105e95297e3
   114         gtNapalmBomb, gtSnowball, gtFlake, {gtStructure,} gtLandGun, gtTardis, // 61
   114         gtNapalmBomb, gtSnowball, gtFlake, {gtStructure,} gtLandGun, gtTardis, // 61
   115         gtIceGun, gtAddAmmo, gtGenericFaller, gtKnife); // 65
   115         gtIceGun, gtAddAmmo, gtGenericFaller, gtKnife); // 65
   116 }}}
   116 }}}
   117 For a current list of the gears look at `hedgewars/uTypes.pas` at
   117 For a current list of the gears look at `hedgewars/uTypes.pas` at
   118 the `TGearType` enumeration.
   118 the `TGearType` enumeration.
   119 http://code.google.com/p/hedgewars/source/browse/hedgewars/uTypes.pas#92
   119 http://hg.hedgewars.org/hedgewars/file/default/hedgewars/uTypes.pas#l92
   120 
   120 
   121 Note: `gtBomb` and `gtShell` were named `gtAmmo_Bomb` and `gtAmmo_Grenade` before 0.9.14.
   121 Note: `gtBomb` and `gtShell` were named `gtAmmo_Bomb` and `gtAmmo_Grenade` before 0.9.14.