Skip to content

Commit

Permalink
Update phone.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Blundir committed Jul 27, 2024
1 parent c1a6bed commit 078a1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_phone/phone.dm
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ GLOBAL_LIST_EMPTY_TYPED(transmitters, /obj/structure/transmitter)
if(attached_to && ismob(attached_to.loc))
var/mob/M = attached_to.loc
if(timeout)
to_chat(M, SPAN_PURPLE("[icon2html(src, M)] Your call to [T.phone_id] has reached voicemail, you immediately disconnect the line."))
to_chat(M, SPAN_PURPLE("[icon2html(src, M)] Your call to [T.phone_id] has reached voicemail, nobody picked up the phone."))
busy_loop.start()
outring_loop.stop()
else
Expand Down

0 comments on commit 078a1da

Please sign in to comment.