protected override void initShip() { shipClass = "Attack Ship"; shipsHull = new Hull(HULL); shipsWeapons = new Weapons(rand, WBASE, WRAND); shipShields = new Shield(SHIELD, REGEN); }
protected override void initShip() { shipClass = ""; shipsHull = new Hull(); shipsWeapons = new Weapons(rand); shipShields = new Shield(); }