diff --git a/code/modules/mob/living/simple_animal/hostile/ordeal/green.dm b/code/modules/mob/living/simple_animal/hostile/ordeal/green.dm index d6422cd4769b..94cceabd0164 100644 --- a/code/modules/mob/living/simple_animal/hostile/ordeal/green.dm +++ b/code/modules/mob/living/simple_animal/hostile/ordeal/green.dm @@ -163,6 +163,8 @@ return ..() /mob/living/simple_animal/hostile/ordeal/green_bot_big/AttackingTarget(atom/attacked_target) + if(reloading) + return FALSE . = ..() if(.) if(!istype(attacked_target, /mob/living))