feat: initial invasions #2458

Merged
Sainan merged 3 commits from invasions-1 into main 2025-07-09 19:58:01 -07:00
Showing only changes of commit 784316b41e - Show all commits

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": {