WIP 'bulwark' unit

This commit is contained in:
Anuken
2022-01-16 16:26:21 -05:00
parent 93cfa243bc
commit b23ea8b965
18 changed files with 117 additions and 17 deletions
@@ -463,8 +463,9 @@ public class Turret extends ReloadTurret{
return ammo.peek().type();
}
/** @return whether the turret has ammo. */
/** @return whether the turret has ammo. */
public boolean hasAmmo(){
//used for "side-ammo" like gas in some turrets
if(!cons.canConsume()) return false;
//skip first entry if it has less than the required amount of ammo