From f43504a097fc126b7ee020363e632659a5bfae73 Mon Sep 17 00:00:00 2001 From: Dev Date: Sat, 2 Mar 2024 14:17:44 +0000 Subject: [PATCH] Adjust scav drug chances --- project/assets/database/bots/types/assault.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/assets/database/bots/types/assault.json b/project/assets/database/bots/types/assault.json index 3d916766..530e72f8 100644 --- a/project/assets/database/bots/types/assault.json +++ b/project/assets/database/bots/types/assault.json @@ -2345,9 +2345,9 @@ }, "drugs": { "weights": { - "0": 1, - "1": 2, - "2": 0 + "0": 20, + "1": 9, + "2": 1 }, "whitelist": [] },