mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-20 19:42:34 +01:00
Merge remote-tracking branch 'upstream/master' into cash
This commit is contained in:
@@ -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)]."
|
||||
|
||||
Reference in New Issue
Block a user