note
All checks were successful
Build / build (push) Successful in 42s
Build / build (pull_request) Successful in 1m34s

This commit is contained in:
Sainan 2025-04-28 01:37:37 +02:00
parent a4a53b56a9
commit 865955a2c7

View File

@ -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") { if (inventory.Nemesis.Faction == "FC_INFESTATION") {
await sendCodaFinishedMessage(inventory, inventory.Nemesis.fp, value.nemesisName, value.killed); await sendCodaFinishedMessage(inventory, inventory.Nemesis.fp, value.nemesisName, value.killed);
} }