hedgewars/uGears.pas
changeset 2488 1e48275a52b6
parent 2468 0b62498c201a
child 2489 43f36aea1f55
--- a/hedgewars/uGears.pas	Fri Oct 16 13:53:11 2009 +0000
+++ b/hedgewars/uGears.pas	Fri Oct 16 13:54:57 2009 +0000
@@ -259,7 +259,7 @@
                 Result^.Angle:= cMaxAngle div 2;
                 Result^.Z:= cHHZ;
                 end;
-gtAmmo_Grenade, gtMolotov: begin // bazooka
+gtAmmo_Grenade: begin // bazooka
                 Result^.Radius:= 4;
                 end;
    gtHealthTag: begin
@@ -408,6 +408,9 @@
      gtJetpack: begin
                 Result^.Health:= 2000;
                 end;
+     gtMolotov: begin 
+                Result^.Radius:= 8;
+                end;
      end;
 InsertGearToList(Result);
 AddGear:= Result