hedgewars/uGears.pas
changeset 2730 f56592281526
parent 2729 c216de4d0c93
child 2741 7a84ce33f52f
--- a/hedgewars/uGears.pas	Sun Jan 31 16:35:18 2010 +0000
+++ b/hedgewars/uGears.pas	Sun Jan 31 19:24:22 2010 +0000
@@ -721,7 +721,7 @@
                      end;
 
                   if (Gear <> nil) then
-                     if ((GameFlags and gfInvulnerable) = 0) and (not King or (TotalRounds >= 0))  then // King is protected for one round
+                     if (GameFlags and gfInvulnerable) = 0 then
                         Gear^.Invulnerable:= false;
                   end;
 end;