# HG changeset patch # User nemo # Date 1523645109 14400 # Node ID 543ab994c9bcb4bfd55620ecc7b711eb33edd2a3 # Parent 15d804dcd7362a0766bccc83a9f7ae99feff0007 wuzzy is a spoilsport diff -r 15d804dcd736 -r 543ab994c9bc hedgewars/uGearsHedgehog.pas --- a/hedgewars/uGearsHedgehog.pas Fri Apr 13 20:35:35 2018 +0200 +++ b/hedgewars/uGearsHedgehog.pas Fri Apr 13 14:45:09 2018 -0400 @@ -1470,7 +1470,7 @@ var slope: hwFloat; begin if (Gear^.Message and (gmAllStoppable or gmLJump or gmHJump) = 0) - and (Gear^.State and (gstHHJumping or gstHHHJump or gstAttacking) = 0) + and (Gear^.State and (gstHHJumping or gstHHHJump or gstAttacking or gstAnimation) = 0) and ((Gear^.Hedgehog = nil) or ((Gear^.Hedgehog^.Effects[heFrozen] = 0) or (Gear^.Hedgehog^.Effects[heFrozen] > 255))) and (not Gear^.dY.isNegative) and TurnClockActive and (TestCollisionYwithGear(Gear, 1) and lfIce <> 0) then begin