From 710ecafc56a6f80ee32b1cfbf719e64457695313 Mon Sep 17 00:00:00 2001 From: Jackz Date: Thu, 7 Oct 2021 11:29:22 -0500 Subject: [PATCH] Up charger spawn dist by 500u^2 --- scripting/include/feedthetrolls/specials.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripting/include/feedthetrolls/specials.inc b/scripting/include/feedthetrolls/specials.inc index 90418cb..32272fa 100644 --- a/scripting/include/feedthetrolls/specials.inc +++ b/scripting/include/feedthetrolls/specials.inc @@ -28,7 +28,7 @@ stock bool FindSuitablePosition(int target, const float pos[3], float outputPos[ float GetIdealMinDistance(int specialType) { switch(specialType) { // /*Boomer*/ case 2: return 1200.0; - /*Charger*/ case 6: return 19000.0; + /*Charger*/ case 6: return 19500.0; /*Smoker*/ case 1: return 20000.0; default: