From dcd5da858036611d1500db8bfa0b4411404297b6 Mon Sep 17 00:00:00 2001 From: Cerebulon Date: Wed, 3 Feb 2021 23:01:28 +0000 Subject: [PATCH] Event Managers Can Aghost Interact --- code/modules/tgui/states.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/tgui/states.dm b/code/modules/tgui/states.dm index e2109981aa..2bc3959e09 100644 --- a/code/modules/tgui/states.dm +++ b/code/modules/tgui/states.dm @@ -21,7 +21,7 @@ if(isobserver(user)) // Admins can always interact. - if(check_rights(R_ADMIN, 0, src)) + if(check_rights(R_ADMIN|R_EVENT, 0, src)) . = max(., STATUS_INTERACTIVE) // Regular ghosts can always at least view if in range.