Skip to content

Commit

Permalink
Update pray.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGamerdk committed Jun 5, 2024
1 parent 2bd28fb commit 6f28ac4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/admin/verbs/pray.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
to_chat(admin, SPAN_STAFF_IC(msg))
if(admin.prefs.toggles_sound & SOUND_ARES_MESSAGE)
admin << 'sound/machines/terminal_alert.ogg'
to_chat(usr, receipt)

to_chat(usr, receipt)

/proc/high_command_announce(text , mob/Sender , iamessage)
var/msg = copytext(sanitize(text), 1, MAX_MESSAGE_LEN)
Expand Down

0 comments on commit 6f28ac4

Please sign in to comment.