cap antivirus at 100 for good measure
All checks were successful
Build / build (push) Successful in 41s
Build / build (pull_request) Successful in 1m25s

This commit is contained in:
Sainan 2025-04-12 22:34:41 +02:00
parent c1702229bc
commit aa7673169c

View File

@ -132,6 +132,7 @@ export const nemesisController: RequestHandler = async (req, res) => {
}
inventory.Nemesis!.HenchmenKilled += antivirusGain;
if (inventory.Nemesis!.HenchmenKilled >= 100) {
inventory.Nemesis!.HenchmenKilled = 100;
inventory.Nemesis!.InfNodes = [
{
Node: "CrewBattleNode559",