Updated the closing permissions and added a new message for the closing of mhelps

This commit is contained in:
joep van der velden
2019-03-09 23:20:16 +01:00
parent 70528f4ba4
commit f9d01f396c
3 changed files with 19 additions and 13 deletions
+2 -2
View File
@@ -954,9 +954,9 @@ var/list/admin_verbs_ticket = list(
prefs.toggles ^= CHAT_NO_MENTORTICKETLOGS
prefs.save_preferences(src)
if(prefs.toggles & CHAT_NO_MENTORTICKETLOGS)
to_chat(usr, "You now won't get admin ticket messages.")
to_chat(usr, "You now won't get mentor ticket messages.")
else
to_chat(usr, "You now will get admin ticket messages.")
to_chat(usr, "You now will get mentor ticket messages.")
/client/proc/toggleticketlogs()
set name = "Toggle Admin Ticket Messgaes"