add BonusMiscItems
This commit is contained in:
parent
c678cac49d
commit
604c87637e
@ -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":
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user