feat: acquiring CrewShipHarness with CrewShip #888

Merged
OrdisPrime merged 2 commits from AMelonInsideLemon/SpaceNinjaServer:CrewShipHarnesses into main 2025-02-04 02:29:23 -08:00
Showing only changes of commit 876eb5f62f - Show all commits

View File

@ -241,6 +241,7 @@ export const addItem = async (
} else if (ExportResources[typeName].productCategory == "CrewShips") { } else if (ExportResources[typeName].productCategory == "CrewShips") {
const inventoryChanges = { const inventoryChanges = {
...addCrewShip(inventory, typeName), ...addCrewShip(inventory, typeName),
// fix to unlock railjack modding, item bellow supposed to be obtained from archwing quest
...(!inventory.CrewShipHarnesses?.length ...(!inventory.CrewShipHarnesses?.length
? addCrewShipHarness(inventory, "/Lotus/Types/Game/CrewShip/RailJack/DefaultHarness") ? addCrewShipHarness(inventory, "/Lotus/Types/Game/CrewShip/RailJack/DefaultHarness")
: {}) : {})