From ce0471ca1c578d02df195d3d171aef841bcc8c49 Mon Sep 17 00:00:00 2001 From: Datraen Date: Wed, 24 Feb 2016 15:22:10 -0500 Subject: [PATCH] Returns mod access to the paralyze verb. --- code/modules/admin/admin.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 7fd84e39ac..c4729f4a64 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -1333,7 +1333,7 @@ proc/admin_notice(var/message, var/rights) var/msg - if(check_rights(R_ADMIN)) + if(check_rights(R_ADMIN|R_MOD)) if (H.paralysis == 0) H.paralysis = 8000 msg = "has paralyzed [key_name(H)]."