extends Turret
public PayloadAmmoTurret(String name){ super(name); maxAmmo = 3; acceptsPayload = true; }