DEADSOFTWARE

Rebalance flammenwerfer; add Fuel to Backpack
[d2df-sdl.git] / src / game / g_weapons.pas
index 8a5e652d01bef9f729d7a78e50dabc837fcc5e4c..daae198e0bd470f5a2c45b72dbbdc0301a5f4d3a 100644 (file)
@@ -2346,7 +2346,7 @@ begin
                 Stopped := MOVE_HITCEIL;
             end;
 
-            a := IfThen(Stopped = 0, 6, 1);
+            a := IfThen(Stopped = 0, 10, 1);
           // Åñëè â êîãî-òî ïîïàëè
             if g_Weapon_Hit(@Obj, a, SpawnerUID, HIT_FLAME, False) <> 0 then
             begin