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)