This commit is contained in:
Anuken
2020-12-15 19:09:33 -05:00
parent eaa5e6f5a1
commit ff254d4fdf

View File

@@ -172,7 +172,7 @@ public class Bullets implements ContentList{
}}; }};
flakGlass = new FlakBulletType(4f, 3){{ flakGlass = new FlakBulletType(4f, 3){{
lifetime = 70f; lifetime = 60f;
ammoMultiplier = 5f; ammoMultiplier = 5f;
shootEffect = Fx.shootSmall; shootEffect = Fx.shootSmall;
reloadMultiplier = 0.8f; reloadMultiplier = 0.8f;
@@ -206,7 +206,6 @@ public class Bullets implements ContentList{
}}; }};
fragGlass = new FlakBulletType(4f, 3){{ fragGlass = new FlakBulletType(4f, 3){{
lifetime = 70f;
ammoMultiplier = 3f; ammoMultiplier = 3f;
shootEffect = Fx.shootSmall; shootEffect = Fx.shootSmall;
reloadMultiplier = 0.8f; reloadMultiplier = 0.8f;