Adds a verb to show mentor say history, similar to admin say history (#25749)

* adds a verb to show mentor say history, similar to admin say history

* Update code/modules/admin/player_panel.dm

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>

* Update code/modules/admin/verbs/asays.dm

Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>

---------

Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
Luc
2024-06-12 21:39:44 +00:00
committed by GitHub
co-authored by Ryan DGamerL
parent 1b0aac3065
commit 1122ca5adb
6 changed files with 34 additions and 9 deletions
+6
View File
@@ -1269,6 +1269,12 @@
usr.client.view_asays()
else if(href_list["msays"])
if(!check_rights(R_ADMIN | R_MENTOR))
return
usr.client.view_msays()
else if(href_list["tdome1"])
if(!check_rights(R_SERVER|R_EVENT)) return