Mods have access to getruntimelogs

This commit is contained in:
Jon
2018-10-22 21:37:05 +01:00
parent 3de5f19842
commit 2d8fb7713a
+2
View File
@@ -350,7 +350,9 @@ var/list/admin_verbs_mod = list(
/datum/admins/proc/quick_nif, //CHOMPStation Add,
/client/proc/allow_character_respawn, // Allows a ghost to respawn ,
/datum/admins/proc/sendFax,
/client/proc/giveruntimelog, //allows us to give access to runtime logs to somebody,
/client/proc/getserverlog, //allows us to fetch server logs (diary) for other days,
/client/proc/jumptocoord, //we ghost and jump to a coordinate,
/datum/admins/proc/view_txt_log, //shows the server log (diary) for today,
/datum/admins/proc/view_atk_log //shows the server combat-log, doesn't do anything presently,
)