reduce minigun splash droplets a little
authornemo
Tue, 01 May 2018 20:41:47 -0400
changeset 13351 4df13ed115d8
parent 13350 8fc15e73f59f
child 13352 030c13d76f38
reduce minigun splash droplets a little
hedgewars/uGearsList.pas
--- a/hedgewars/uGearsList.pas	Tue May 01 14:08:28 2018 -0400
+++ b/hedgewars/uGearsList.pas	Tue May 01 20:41:47 2018 -0400
@@ -757,6 +757,7 @@
  gtMinigunBullet: begin
                 gear^.Radius:= 1;
                 gear^.Health:= 2;
+                gear^.Density:= _0_3;
                 end;
 gtGenericFaller:begin
                 gear^.AdvBounce:= 1;