diff --git a/code/_onclick/observer.dm b/code/_onclick/observer.dm index 974bae0d993..411f562888b 100644 --- a/code/_onclick/observer.dm +++ b/code/_onclick/observer.dm @@ -43,7 +43,7 @@ // Oh by the way this didn't work with old click code which is why clicking shit didn't spam you /atom/proc/attack_ghost(mob/dead/observer/user) if(user.client) - if(check_rights(R_ADMIN, 0) && user.client.AI_Interact) + if(IsAdminGhost(user)) attack_ai(user) if(user.client.prefs.inquisitive_ghost) user.examinate(src)