hedgewars/GSHandlers.inc
changeset 7408 38d369c59d51
parent 7406 1fe2c821f9bf
child 7416 2f2f78fc65a3
--- a/hedgewars/GSHandlers.inc	Fri Jul 20 15:12:47 2012 -0400
+++ b/hedgewars/GSHandlers.inc	Fri Jul 20 17:43:35 2012 -0400
@@ -4319,7 +4319,7 @@
         and (CurAmmoGear^.Kind =gtRope) then
                CurAmmoGear^.PortalCounter:= 1;
 
-        if not isbullet
+        if not isbullet and (iterator^.State and gstInvisible = 0) 
         and (iterator^.Kind <> gtFlake) then
             FollowGear := iterator;