This commit is contained in:
Jesper Lundin 2007-04-19 12:30:43 +00:00
parent f95dfe082b
commit 9d2be3e4cd
4 changed files with 6 additions and 3 deletions

View file

@ -15,7 +15,7 @@ public class BomberWeapon extends Weapon{
super(startPos);
setVelocity(4);
setRange(100);
setDamage(10);
setDamage(30);
setReload(150);
hit = false;
position = Map.getPosByPixel(startPos.getX(), startPos.getY());