diff -r 688076d61b83 -r 63d937a764e2 hedgewars/GSHandlers.inc --- a/hedgewars/GSHandlers.inc Thu Aug 23 23:21:31 2012 +0400 +++ b/hedgewars/GSHandlers.inc Thu Aug 23 19:45:36 2012 -0400 @@ -4041,7 +4041,7 @@ break; // don't port portals or other gear that wouldn't make sense - if (iterator^.Kind in [gtPortal, gtRope]) + if (iterator^.Kind in [gtPortal, gtRope, gtAirAttack]) or (iterator^.PortalCounter > 32) then continue;