Ghosts can now Health Scan (#31640)

* Ghosts can now Health Scan

* cyberbossing

* Update observer.dm
This commit is contained in:
XDTM
2017-11-02 14:45:41 +01:00
committed by CitadelStationBot
parent cbbf29236e
commit d04b5cbeef
3 changed files with 22 additions and 3 deletions
+7 -1
View File
@@ -53,9 +53,15 @@
if(user.client)
if(IsAdminGhost(user))
attack_ai(user)
if(user.client.prefs.inquisitive_ghost)
else if(user.client.prefs.inquisitive_ghost)
user.examinate(src)
/mob/living/attack_ghost(mob/dead/observer/user)
if(user.client && user.health_scan)
healthscan(user, src, 1, TRUE)
return
..()
// ---------------------------------------
// And here are some good things for free:
// Now you can click through portals, wormholes, gateways, and teleporters while observing. -Sayu