From dfa9b73dbbfa7f57e0f9780c52e982c5c8ed5ec9 Mon Sep 17 00:00:00 2001 From: Crazylemon64 Date: Sat, 21 May 2016 15:39:38 -0700 Subject: [PATCH] picky nits --- code/ATMOSPHERICS/components/binary_devices/circulator.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ATMOSPHERICS/components/binary_devices/circulator.dm b/code/ATMOSPHERICS/components/binary_devices/circulator.dm index 854a9127f12..8ce7b1ce0ba 100644 --- a/code/ATMOSPHERICS/components/binary_devices/circulator.dm +++ b/code/ATMOSPHERICS/components/binary_devices/circulator.dm @@ -74,5 +74,5 @@ return ..() anchored = !anchored to_chat(user, "You [(anchored) ? "fasten" : "loosen"] \the [src] to the floor") - playsound(src.loc, 'sound/items/Ratchet.ogg', 50, 1) + playsound(loc, 'sound/items/Ratchet.ogg', 50, 1) else return ..()