fix: set ArchwingEnabled to true when obtaining an archwing
All checks were successful
Build / build (20) (push) Successful in 39s
Build / build (22) (push) Successful in 56s
Build / build (18) (push) Successful in 55s
Build / build (18) (pull_request) Successful in 40s
Build / build (20) (pull_request) Successful in 1m2s
Build / build (22) (pull_request) Successful in 53s

This commit is contained in:
Sainan 2025-03-06 16:23:37 +01:00
parent 77aa1caa8f
commit 6780a9d32d

View File

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