mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 11:36:24 +01:00
Fix an incorrect call to addtimer (#20691)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user