diff --git a/code/modules/paperwork/photocopier.dm b/code/modules/paperwork/photocopier.dm index ed23b087f75..ff3b7b90b3a 100644 --- a/code/modules/paperwork/photocopier.dm +++ b/code/modules/paperwork/photocopier.dm @@ -309,7 +309,7 @@ return 0 else visible_message("The Photocopier pings and a robotic voice speaks up:") - playsound(src.loc, 'sound/machines/ping.ogg', 50, 0) + playsound(loc, 'sound/machines/ping.ogg', 50, 0) visible_message("Attention: Posterior Placed on Printing Plaque!") return 1