From 17b01bc7789e740ad18cdb44440a5e7e66cdf91d Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Sat, 13 Sep 2025 17:38:27 +0200 Subject: [PATCH] note --- src/types/requestTypes.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;