# HG changeset patch # User nemo # Date 1320534735 14400 # Node ID 60d7f88a7de376024e877559d7c064a30cd2c84d # Parent 891bf597e2dc9cfb6ad53f729e4d9a50359170ec skip when attacking as well diff -r 891bf597e2dc -r 60d7f88a7de3 hedgewars/HHHandlers.inc --- a/hedgewars/HHHandlers.inc Sat Nov 05 17:42:30 2011 -0400 +++ b/hedgewars/HHHandlers.inc Sat Nov 05 19:12:15 2011 -0400 @@ -1131,7 +1131,7 @@ end; if ((GameTicks mod 50) = 0) and (Gear^.Message and (gmAllStoppable or gmLJump or gmHJump) = 0) and - (Gear^.State and (gstHHJumping or gstHHHJump) = 0) and + (Gear^.State and (gstHHJumping or gstHHHJump or gstAttacking) = 0) and not Gear^.dY.isNegative and (TestCollisionYwithGear(Gear, 1) and lfIce <> 0) then begin