diff -r 586ebee9de41 -r 35932896ce84 hedgewars/uGearsHedgehog.pas --- a/hedgewars/uGearsHedgehog.pas Fri May 24 21:47:20 2019 +0200 +++ b/hedgewars/uGearsHedgehog.pas Fri May 24 22:07:44 2019 +0200 @@ -785,6 +785,7 @@ healthBoost: LongInt; begin if Gear^.State and gstFrozen <> 0 then exit; +if Gear^.Message and gmDestroy <> 0 then exit; Gear^.Message:= gmDestroy; if (Gear^.Pos and posCaseExplode) <> 0 then