mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-22 04:07:04 +01:00
Adds logs button
This commit is contained in:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user