From a652bc700d1bc92b9958d41c2ee78936ee19de68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BA=D1=82=D0=BE?= <65656972+xDanilcusx@users.noreply.github.com> Date: Fri, 10 Nov 2023 04:23:24 +0300 Subject: [PATCH] Aand a little bit of this --- .../mob/living/carbon/xenomorph/ai/movement/crusher.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/xenomorph/ai/movement/crusher.dm b/code/modules/mob/living/carbon/xenomorph/ai/movement/crusher.dm index 068ff42cdf..83569450c6 100644 --- a/code/modules/mob/living/carbon/xenomorph/ai/movement/crusher.dm +++ b/code/modules/mob/living/carbon/xenomorph/ai/movement/crusher.dm @@ -17,8 +17,8 @@ #define MIN_TARGETS_TO_CHARGE 2 -#define MIN_CHARGE_DISTANCE 4 -#define FLOCK_SCAN_RADIUS 5 +#define MIN_CHARGE_DISTANCE 3 +#define FLOCK_SCAN_RADIUS 4 #define CHARGE_DEVIATION 1 /datum/xeno_ai_movement/crusher/ai_move_target(delta_time)