adequate rocket damage

This commit is contained in:
ramapcsx2 2014-12-09 13:03:42 +01:00
parent c613829884
commit f4699e28ee
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ public abstract class ShootingEntity extends LivingEntity {
this.getY() + this.shootSpawnY, this.getY() + this.shootSpawnY,
this.shootDirection, this.shootDirection,
this.shootSpeed, this.shootSpeed,
(int) (this.shootDamage*1.2), (int) (this.shootDamage*5),
this. primaryShotImage this. primaryShotImage
); );
} }