This commit is contained in:
Anuken
2020-06-07 18:26:45 -04:00
parent 06f3e8ca7a
commit 36ce04e8f0
3 changed files with 4 additions and 3 deletions

View File

@@ -1572,7 +1572,7 @@ public class Blocks implements ContentList{
health = 220 * size * size;
shootSound = Sounds.shotgun;
ammo(Items.graphite, new BulletType(0.01f, 105){
ammo(Items.thorium, new BulletType(0.01f, 105){
int rays = 1;
float rayLength = range + 10f;
@@ -1581,6 +1581,7 @@ public class Blocks implements ContentList{
shootEffect = smokeEffect = Fx.lightningShoot;
lifetime = 10f;
despawnEffect = Fx.none;
ammoMultiplier = 6f;
pierce = true;
}