diff --git a/code/modules/mob/living/simple_animal/hostile/hostile.dm b/code/modules/mob/living/simple_animal/hostile/hostile.dm index 86af56e1621..aac60f82fe5 100644 --- a/code/modules/mob/living/simple_animal/hostile/hostile.dm +++ b/code/modules/mob/living/simple_animal/hostile/hostile.dm @@ -329,7 +329,7 @@ visible_message("[src] [ranged_message] at [A]!") if(rapid) - var/datum/callback/cb = CALLBACK(A, .proc/Shoot) + var/datum/callback/cb = CALLBACK(src, .proc/Shoot, A) addtimer(cb, 1) addtimer(cb, 4) addtimer(cb, 6)