hedgewars/uGearsUtils.pas
changeset 14040 128fbd36eee4
parent 14022 e155b300d49f
child 14041 44f20c9e6861
--- a/hedgewars/uGearsUtils.pas	Tue Oct 30 23:57:57 2018 +0100
+++ b/hedgewars/uGearsUtils.pas	Wed Oct 31 13:08:56 2018 +0100
@@ -1394,7 +1394,7 @@
                 begin
                 if (Ammo^.Hedgehog^.Gear <> nil) then
                     Ammo^.Hedgehog^.Gear^.State:= Ammo^.Hedgehog^.Gear^.State and (not gstNotKickable);
-                ApplyDamage(Gear, Ammo^.Hedgehog, tmpDmg * 100, dsUnknown); // crank up damage for explosives + blowtorch
+                ApplyDamage(Gear, Ammo^.Hedgehog, tmpDmg * 100, dsExplosion); // crank up damage for explosives + blowtorch
                 end;
 
             if (Gear^.Kind = gtHedgehog) and (Gear^.Hedgehog^.King or (Gear^.Hedgehog^.Effects[heFrozen] > 0)) then