From 6b01c45a5164e657b94408ceed47cd80d10a0b18 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Fri, 28 Feb 2014 19:38:55 -0500 Subject: [PATCH] compile fix --- code/_onclick/observer.dm | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/code/_onclick/observer.dm b/code/_onclick/observer.dm index bffc79dc0e2..1fd31a5bd18 100644 --- a/code/_onclick/observer.dm +++ b/code/_onclick/observer.dm @@ -57,19 +57,7 @@ A.examine() /atom/proc/attack_ghost(mob/user as mob) - var/ghost_flags = 0 - if(ghost_read) - ghost_flags |= PERMIT_ALL - if(canGhostRead(user,src,ghost_flags)) - src.attack_ai(user) - else - src.examine() - -// 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 as mob) - if(user.client && user.client.inquisitive_ghost) - examine() - return + src.examine() // --------------------------------------- // And here are some good things for free: