comment
All checks were successful
Build / build (18) (pull_request) Successful in 37s
Build / build (22) (pull_request) Successful in 51s
Build / build (20) (pull_request) Successful in 1m15s

This commit is contained in:
AMelonInsideLemon 2025-02-03 21:03:09 +01:00
parent 5b584efbf2
commit 876eb5f62f

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")
: {}) : {})