hedgewars/uGearsList.pas
changeset 15711 4a8a1dd9528a
parent 15710 7383256f8535
child 15715 e0cdb6ae88ab
--- a/hedgewars/uGearsList.pas	Thu Jul 09 00:22:40 2020 +0300
+++ b/hedgewars/uGearsList.pas	Thu Jul 09 00:32:53 2020 +0300
@@ -838,7 +838,7 @@
                 end;
         gtSentry: begin
                 gear^.Radius:= cHHRadius;
-                gear^.Health:= 60;
+                gear^.Health:= cSentryHealth;
                 gear^.Friction:= _0_93;
                 gear^.Elasticity:= _0_05;
                 gear^.Tag:= 0;