From f4699e28ee51a64c10a54fc3abbc63d29dd933ed Mon Sep 17 00:00:00 2001 From: ramapcsx2 Date: Tue, 9 Dec 2014 13:03:42 +0100 Subject: [PATCH] adequate rocket damage --- src/de/teamteamteam/spacescooter/entity/ShootingEntity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/de/teamteamteam/spacescooter/entity/ShootingEntity.java b/src/de/teamteamteam/spacescooter/entity/ShootingEntity.java index eb5f471..808049c 100644 --- a/src/de/teamteamteam/spacescooter/entity/ShootingEntity.java +++ b/src/de/teamteamteam/spacescooter/entity/ShootingEntity.java @@ -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 ); }