hedgewars/uGears.pas
changeset 3261 fa7086253e83
parent 3259 a29ccf4aed82
child 3267 02139461250c
--- a/hedgewars/uGears.pas	Fri Apr 02 15:59:23 2010 +0000
+++ b/hedgewars/uGears.pas	Fri Apr 02 16:04:37 2010 +0000
@@ -2182,7 +2182,7 @@
 else t:= GetRandom(aTot+uTot);
 
     
-if not shoppa and ((GameFlags and gfInvulnerable) = 0) and (t<h) then
+if t<h then
     begin
     FollowGear:= AddGear(0, 0, gtCase, 0, _0, _0, 0);
     FollowGear^.Health:= 25;