add BonusMiscItems
All checks were successful
Build / build (22) (pull_request) Successful in 33s
Build / build (18) (pull_request) Successful in 56s
Build / build (20) (pull_request) Successful in 1m16s

This commit is contained in:
AMelonInsideLemon 2025-02-05 17:17:32 +01:00
parent c678cac49d
commit 604c87637e
2 changed files with 2 additions and 0 deletions

View File

@ -124,6 +124,7 @@ export const addMissionInventoryUpdates = (
addMods(inventory, value); addMods(inventory, value);
break; break;
case "MiscItems": case "MiscItems":
case "BonusMiscItems":
addMiscItems(inventory, value); addMiscItems(inventory, value);
break; break;
case "Consumables": case "Consumables":

View File

@ -42,6 +42,7 @@ export type IMissionInventoryUpdateRequest = {
FusionBundels?: ITypeCount[]; FusionBundels?: ITypeCount[];
CrewShipRawSalvage?: ITypeCount[]; CrewShipRawSalvage?: ITypeCount[];
CrewShipAmmo?: ITypeCount[]; CrewShipAmmo?: ITypeCount[];
BonusMiscItems?: ITypeCount[];
AffiliationChanges?: IAffiliationChange[]; AffiliationChanges?: IAffiliationChange[];
crossPlaySetting?: string; crossPlaySetting?: string;