fix: show conservation standing in progress screen, missing reward multiplications #2776

Merged
Sainan merged 6 commits from conservation-fixes into main 2025-09-13 23:50:09 -07:00
Showing only changes of commit d661f00876 - Show all commits

View File

@ -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. InventoryJson should only be returned when going back to dojo.
SS?: boolean;
CMI?: boolean;
EJC?: boolean;