From 8f762bb98022a1b92e4464257508bb38e798c196 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 15 Sep 2020 00:12:12 -0600 Subject: [PATCH] try fix crate unreachable --- userraw/maps/mp/bots/_bot_script.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userraw/maps/mp/bots/_bot_script.gsc b/userraw/maps/mp/bots/_bot_script.gsc index bb78822..3ab6063 100644 --- a/userraw/maps/mp/bots/_bot_script.gsc +++ b/userraw/maps/mp/bots/_bot_script.gsc @@ -2431,7 +2431,7 @@ bot_crate_think() continue; self.bot_lock_goal = true; - self SetScriptGoal(crate.origin, 32); + self SetScriptGoal(crate.origin, 64); self thread bot_inc_bots(crate, true); self thread bots_watch_touch_obj(crate);