This commit is contained in:
Anuken
2020-05-22 20:00:02 -04:00
parent 76aa201a99
commit f250008db3
12 changed files with 42 additions and 56 deletions

View File

@@ -270,14 +270,15 @@ public class UnitTypes implements ContentList{
engineOffset = 6f;
hitsize = 8f;
weapons.add(new Weapon("small-heal-weapon"){{
reload = 14f;
weapons.add(new Weapon("small-basic-weapon"){{
reload = 20f;
x = -1f;
y = -1f;
shootX = 3.5f;
alternate = true;
ejectEffect = Fx.none;
bullet = Bullets.healBullet;
//TODO use different ammo
bullet = Bullets.standardCopper;
}});
}};