diff --git a/src/types/requestTypes.ts b/src/types/requestTypes.ts index 43dceb1c..2f41a213 100644 --- a/src/types/requestTypes.ts +++ b/src/types/requestTypes.ts @@ -47,9 +47,9 @@ export type IMissionInventoryUpdateRequest = { // flags for interstitial requests BMI?: boolean; - TNT?: boolean; - SSC?: boolean; - RJ?: boolean; + TNT?: boolean; // Conservation; definitely need to include AffiliationMods in this case, so a normal 'inventory sync' would not work here. + SSC?: boolean; // K-Drive race? + RJ?: boolean; // Railjack SS?: boolean; CMI?: boolean; EJC?: boolean;