DEADSOFTWARE

Add flamethrower weapon, item and ammo
[d2df-sdl.git] / src / shared / MAPDEF.pas
index 15203525aaa81bfdbda94270df10e0e77541961a..ef4eaf63675fdd137368ba9a01b2a85da2738146 100644 (file)
@@ -92,8 +92,10 @@ const
   ITEM_HELMET                = 34;
   ITEM_JETPACK               = 35;
   ITEM_INVIS                 = 36;
+  ITEM_WEAPON_FLAMETHROWER   = 37;
+  ITEM_AMMO_FUELCAN          = 38;
 
-  ITEM_MAX                   = 36; // store the last item's id in here
+  ITEM_MAX                   = 38; // store the last item's id in here
                                    // use this in for loops
 
   ITEM_OPTION_ONLYDM = 1;