fix: set ArchwingEnabled to true when obtaining an archwing (#1091)

Closes #984

Reviewed-on: OpenWF/SpaceNinjaServer#1091
Co-authored-by: Sainan <sainan@calamity.inc>
Co-committed-by: Sainan <sainan@calamity.inc>
This commit is contained in:
Sainan 2025-03-08 03:36:52 -08:00 committed by OrdisPrime
parent 9acad90b12
commit 6c7e8e908e

View File

@ -451,6 +451,7 @@ export const addItem = async (
}; };
} }
case "Archwing": { case "Archwing": {
inventory.ArchwingEnabled = true;
return { return {
InventoryChanges: { InventoryChanges: {
...addSpaceSuit( ...addSpaceSuit(