oops
authornemo
Sun, 13 May 2012 18:31:05 -0400
changeset 7077 74b0265d79e8
parent 7076 fed718e7851d
child 7078 a3408d9ba5ad
oops
hedgewars/uGearsList.pas
--- a/hedgewars/uGearsList.pas	Sun May 13 14:56:05 2012 -0400
+++ b/hedgewars/uGearsList.pas	Sun May 13 18:31:05 2012 -0400
@@ -150,7 +150,7 @@
                 gear^.Z:= cHHZ;
                 if (GameFlags and gfAISurvival) <> 0 then
                     if gear^.Hedgehog^.BotLevel > 0 then
-                        gear^.Hedgehog^.Effects[heResurrectable] := 0;
+                        gear^.Hedgehog^.Effects[heResurrectable] := 1;
                 end;
        gtShell: begin
                 gear^.Radius:= 4;