public void RechargeAll() { SetMaxLifeSupport(); InventoryExosuitGeneral.Recharge(); InventoryExosuitTechOnly.Recharge(); InventoryMultitool.Recharge(); InventoryPrimaryShipGeneral.Recharge(); InventoryPrimaryShipTechOnly.Recharge(); InventoryFreighterTechOnly.Recharge(); InventoryPrimaryVehicle.Recharge(); }
public void RepairAll() { SetMaxPlayerHealth(); SetMaxExosuitShield(); SetMaxShipHealth(); SetMaxShipShield(); InventoryExosuitGeneral.Repair(); InventoryExosuitTechOnly.Repair(); InventoryMultitool.Repair(); InventoryPrimaryShipGeneral.Repair(); InventoryPrimaryShipTechOnly.Repair(); InventoryFreighterTechOnly.Repair(); InventoryPrimaryVehicle.Repair(); }