diff --git a/code/modules/zombie/items.dm b/code/modules/zombie/items.dm index c2aa26041cd..40961cdb193 100644 --- a/code/modules/zombie/items.dm +++ b/code/modules/zombie/items.dm @@ -69,7 +69,7 @@ A.audible_message("You hear a loud metallic \ grinding sound.") - addtimer(src, "growl", 20, unique=FALSE, user) + addtimer(src, "growl", 20, unique=FALSE, target=user) if(do_after(user, delay=160, needhand=FALSE, target=A, progress=TRUE)) playsound(src.loc, 'sound/hallucinations/far_noise.ogg', 50, 1)