Adds logs button

This commit is contained in:
James
2022-02-28 05:46:01 +00:00
parent 654140f3bf
commit b3fc91a1f4
2 changed files with 37 additions and 13 deletions
+7
View File
@@ -291,6 +291,13 @@ GLOBAL_LIST_INIT(pp_limbs, list(
if (targetMob.client)
browse_messages(target_ckey = targetMob.ckey)
if ("logs")
var/source = LOGSRC_MOB
if (targetMob.client)
source = LOGSRC_CLIENT
show_individual_logging_panel(targetMob, source)
if ("job_ban")
if(targetMob.client)
process_banlist(params["selected_role"], params["is_category"], params["want_to_ban"])