This commit is contained in:
Anuken
2020-09-30 19:55:22 -04:00
parent a0394e4382
commit f3c642d0d7
2 changed files with 4 additions and 1 deletions

View File

@@ -481,6 +481,7 @@ public class Bullets implements ContentList{
drag = 0.001f;
ammoMultiplier = 2f;
statusDuration = 60f * 4f;
damage = 0.1f;
}};
heavyCryoShot = new LiquidBulletType(Liquids.cryofluid){{
@@ -491,6 +492,7 @@ public class Bullets implements ContentList{
drag = 0.001f;
ammoMultiplier = 2f;
statusDuration = 60f * 4f;
damage = 0.1f;
}};
heavySlagShot = new LiquidBulletType(Liquids.slag){{
@@ -512,6 +514,7 @@ public class Bullets implements ContentList{
drag = 0.001f;
ammoMultiplier = 2f;
statusDuration = 60f * 4f;
damage = 0.1f;
}};
driverBolt = new MassDriverBolt();