Changes click check

This commit is contained in:
Shadowlight213
2015-12-25 15:07:06 -08:00
parent deac088c47
commit c2a35a7ab8
+1 -1
View File
@@ -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)