feat: consume search pulse for doing netracells
All checks were successful
Build / build (pull_request) Successful in 1m1s
All checks were successful
Build / build (pull_request) Successful in 1m1s
This commit is contained in:
parent
f7f4b20422
commit
9eefe5db84
@ -39,6 +39,7 @@ import {
|
||||
giveNemesisPetRecipe,
|
||||
giveNemesisWeaponRecipe,
|
||||
updateCurrency,
|
||||
updateEntratiVault,
|
||||
updateSyndicate
|
||||
} from "@/src/services/inventoryService";
|
||||
import { updateQuestKey } from "@/src/services/questService";
|
||||
@ -169,6 +170,12 @@ export const addMissionInventoryUpdates = async (
|
||||
}
|
||||
]);
|
||||
}
|
||||
|
||||
// Consume netracells search pulse
|
||||
if (inventoryUpdates.Missions.Tag == "SolNode720") {
|
||||
updateEntratiVault(inventory);
|
||||
inventory.EntratiVaultCountLastPeriod! += 1;
|
||||
}
|
||||
}
|
||||
if (inventoryUpdates.KeyToRemove) {
|
||||
if (!inventoryUpdates.KeyOwner || inventory.accountOwnerId.equals(inventoryUpdates.KeyOwner)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user