From 865955a2c7e3190776adf1a059a6fbfa72691ef2 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Mon, 28 Apr 2025 01:37:37 +0200 Subject: [PATCH] note --- src/services/missionInventoryUpdateService.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/services/missionInventoryUpdateService.ts b/src/services/missionInventoryUpdateService.ts index cbc44e17..89b55cea 100644 --- a/src/services/missionInventoryUpdateService.ts +++ b/src/services/missionInventoryUpdateService.ts @@ -660,6 +660,7 @@ export const addMissionInventoryUpdates = async ( } } + // TOVERIFY: Is the inbox message also sent when converting a lich? If not, how are the rewards given? if (inventory.Nemesis.Faction == "FC_INFESTATION") { await sendCodaFinishedMessage(inventory, inventory.Nemesis.fp, value.nemesisName, value.killed); }