adequate rocket damage
This commit is contained in:
parent
c613829884
commit
f4699e28ee
|
@ -251,7 +251,7 @@ public abstract class ShootingEntity extends LivingEntity {
|
|||
this.getY() + this.shootSpawnY,
|
||||
this.shootDirection,
|
||||
this.shootSpeed,
|
||||
(int) (this.shootDamage*1.2),
|
||||
(int) (this.shootDamage*5),
|
||||
this. primaryShotImage
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue