From 23ab7efadf4cdc9f8d996616e35ec7a03f323a4c Mon Sep 17 00:00:00 2001 From: Valens Date: Tue, 14 Feb 2023 21:18:10 -0500 Subject: [PATCH] Fix chanceSameSideIsHostilePercent --- config/bots.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/bots.json b/config/bots.json index 8920347..f67a127 100644 --- a/config/bots.json +++ b/config/bots.json @@ -21,7 +21,7 @@ "pmc": { - "chanceSameSideIsHostile": 80, + "chanceSameSideIsHostilePercent": 80, "containersOnPMCs": true, "isUsec": 50, "lootNValue": 3,