mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] Tape recorder clicks when it stops (#11306)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
485e9e4933
commit
7c35e3fe9e
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user