This commit is contained in:
Will
2025-08-05 00:33:05 +02:00
committed by GitHub
parent 44b3fd0c60
commit 8325e4a0f0
@@ -188,7 +188,9 @@
if(ismob(loc))
var/mob/M = loc
to_chat(M, span_notice("Recording stopped."))
else if(isturf(loc)) // If not hidden away in a bag
playsound(src, 'sound/machines/click.ogg', 50, 1)
visible_message("\The [src] clicks as it stops recording.","click")
/obj/item/taperecorder/verb/stop()
set name = "Stop"