[MIRROR] Tape recorder clicks when it stops (#11306)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-08-04 16:16:17 -07:00
committed by GitHub
parent 485e9e4933
commit 7c35e3fe9e

View File

@@ -197,7 +197,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"