chore: handle addItem of crew ship harness (#1516)
Reviewed-on: #1516 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
This commit is contained in:
parent
327b834b07
commit
bb315eaafe
@ -659,6 +659,8 @@ export const addItem = async (
|
|||||||
return {
|
return {
|
||||||
MiscItems: miscItemChanges
|
MiscItems: miscItemChanges
|
||||||
};
|
};
|
||||||
|
} else if (typeName == "/Lotus/Types/Game/CrewShip/RailJack/DefaultHarness") {
|
||||||
|
return addCrewShipHarness(inventory, typeName);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user