mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
compile fix
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user