death squads definitely probably back off once we've been had
All checks were successful
Build / build (pull_request) Successful in 56s

This commit is contained in:
Sainan 2025-07-09 17:26:31 +02:00
parent f74c89671c
commit 784316b41e

View File

@ -558,6 +558,7 @@ export const addMissionInventoryUpdates = async (
} }
]); ]);
} }
inventory.DeathSquadable = false;
break; break;
} }
case "LockedWeaponGroup": { case "LockedWeaponGroup": {
@ -576,7 +577,7 @@ export const addMissionInventoryUpdates = async (
break; break;
} }
case "IncHarvester": { case "IncHarvester": {
inventory.Harvestable = true; // Unsure what to do with this
break; break;
} }
case "CurrentLoadOutIds": { case "CurrentLoadOutIds": {