Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit dcd9721

Browse files
authored
tells people mhelps can go to discord (#22780)
1 parent 19fe2cd commit dcd9721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yogstation/code/modules/mentor/mentor_verbs.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ GLOBAL_PROTECT(mentor_verbs)
6565
if(C.is_afk())
6666
msg += " (AFK)"
6767
else
68-
msg += span_info("Mentorhelps are also seen by admins. If no mentors are available in game adminhelp instead and an admin will see it and respond.")
68+
msg += span_info("Mentorhelps are also sent to Discord. If no mentors are available in game mentorhelp anyways and a mentor on Discord may see it and respond.")
6969
msg += "\n"
7070

7171
to_chat(src, msg, confidential=TRUE)

0 commit comments

Comments
 (0)