From bfadbb4f63b395c018c8c4d9d4568364cd25ebc3 Mon Sep 17 00:00:00 2001 From: mikomyazaki <47489928+mikomyazaki@users.noreply.github.com> Date: Sat, 1 Aug 2020 15:05:47 +0100 Subject: [PATCH] Restores 'Print Logout Report' verb for R_MOD (#9553) --- code/modules/admin/admin_verbs.dm | 1 + html/changelogs/restore_print_logout_report.yml | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 html/changelogs/restore_print_logout_report.yml diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index 8d7c2a2ccbc..c59eb62079f 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -427,6 +427,7 @@ var/list/admin_verbs_mod = list( /datum/admins/proc/paralyze_mob, /client/proc/toggleattacklogs, /client/proc/cmd_admin_check_contents, + /client/proc/print_logout_report, /client/proc/check_ai_laws, /*shows AI and borg laws*/ /client/proc/aooc, /client/proc/toggle_aooc diff --git a/html/changelogs/restore_print_logout_report.yml b/html/changelogs/restore_print_logout_report.yml new file mode 100644 index 00000000000..129a16c5ffd --- /dev/null +++ b/html/changelogs/restore_print_logout_report.yml @@ -0,0 +1,6 @@ +author: mikomyazaki + +delete-after: True + +changes: + - admin: "Restores the 'Print Logout Report' for anyone with the R_MOD permission." \ No newline at end of file