update this note
All checks were successful
Build / build (push) Successful in 49s
Build / build (pull_request) Successful in 1m39s

This commit is contained in:
Sainan 2025-06-18 15:36:44 +02:00
parent 778a779438
commit 001b771317

View File

@ -151,7 +151,8 @@ export const nemesisController: RequestHandler = async (req, res) => {
inventory.Nemesis!.HenchmenKilled += antivirusGain;
if (inventory.Nemesis!.HenchmenKilled >= 100) {
inventory.Nemesis!.HenchmenKilled = 100;
// Client doesn't seem to request mode=w for infested liches, so weakening it here.
// Weaken nemesis now.
inventory.Nemesis!.InfNodes = [
{
Node: getNemesisManifest(inventory.Nemesis!.manifest).showdownNode,