compile fix

This commit is contained in:
ZomgPonies
2014-02-28 19:38:55 -05:00
parent 42897c12f9
commit 6b01c45a51
+1 -13
View File
@@ -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: