mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user