Event Managers can use TGUI interactions

This commit is contained in:
Schnayy
2021-02-06 19:46:53 -05:00
committed by VirgoBot
parent a78584781d
commit 37ec617c0f
+6
View File
@@ -20,9 +20,15 @@
return
if(isobserver(user))
<<<<<<< HEAD
// // If they turn on ghost AI control, admins can always interact.
// if(user.client.advanced_admin_interaction)
// . = max(., STATUS_INTERACTIVE)
=======
// Admins can always interact.
if(check_rights(R_ADMIN|R_EVENT, 0, src))
. = max(., STATUS_INTERACTIVE)
>>>>>>> 5daee31... Merge pull request #7847 from Cerebulon/aghostfixEM
// Regular ghosts can always at least view if in range.
if(user.client)