hedgewars/uGearsList.pas
changeset 15640 8416b08ffdbb
parent 15639 afeffdb4a712
child 15641 8e93ce81e850
--- a/hedgewars/uGearsList.pas	Fri Jun 26 17:40:22 2020 +0300
+++ b/hedgewars/uGearsList.pas	Fri Jun 26 19:35:16 2020 +0300
@@ -835,6 +835,10 @@
         gtSentry: begin
                 gear^.Radius:= cHHRadius;
                 gear^.Health:= 100;
+                gear^.Friction:= _0_93;
+                gear^.Elasticity:= _0_5;
+                gear^.Tag:= 0;
+                gear^.Timer:= 500;
                 end;
 gtGenericFaller:begin
                 gear^.AdvBounce:= 1;