changeset 7589 | 63d937a764e2 |
parent 7581 | ea509b70e03d |
child 7592 | cf67e58313ea |
--- 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;