diff --git a/src/de/teamteamteam/spacescooter/entity/shot/Shot.java b/src/de/teamteamteam/spacescooter/entity/shot/Shot.java index fbe6609..d8a2342 100644 --- a/src/de/teamteamteam/spacescooter/entity/shot/Shot.java +++ b/src/de/teamteamteam/spacescooter/entity/shot/Shot.java @@ -20,7 +20,7 @@ public class Shot extends LivingEntity { this.speed = shootSpeed; this.collisionCount = 1; this.damageValue = damageValue; - super.setImage(filename); + this.setImage(filename); this.setPosition(this.x - this.getImage().getWidth() / 2, this.y - this.getImage().getHeight() / 2); }