Example #1
0
        public void RepairAll()
        {
            SetMaxPlayerHealth();
            SetMaxExosuitShield();
            SetMaxShipHealth();
            SetMaxShipShield();

            InventoryExosuitGeneral.Repair();
            InventoryExosuitTechOnly.Repair();
            InventoryMultitool.Repair();
            InventoryPrimaryShipGeneral.Repair();
            InventoryPrimaryShipTechOnly.Repair();
            InventoryFreighterTechOnly.Repair();
            InventoryPrimaryVehicle.Repair();
        }