Fix an incorrect call to addtimer (#20691)

This commit is contained in:
oranges
2016-09-28 09:59:35 +13:00
committed by KorPhaeron
parent a3df6a49f4
commit e3ce14d8fc
+1 -1
View File
@@ -69,7 +69,7 @@
A.audible_message("<span class='italics'>You hear a loud metallic \
grinding sound.</span>")
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)