Example #1
0
        public void RechargeAll()
        {
            SetMaxLifeSupport();

            InventoryExosuitGeneral.Recharge();
            InventoryExosuitTechOnly.Recharge();
            InventoryMultitool.Recharge();
            InventoryPrimaryShipGeneral.Recharge();
            InventoryPrimaryShipTechOnly.Recharge();
            InventoryFreighterTechOnly.Recharge();
            InventoryPrimaryVehicle.Recharge();
        }
Example #2
0
        public void RepairAll()
        {
            SetMaxPlayerHealth();
            SetMaxExosuitShield();
            SetMaxShipHealth();
            SetMaxShipShield();

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