Ghost health/cyborg analyzer

This commit is contained in:
SteelSlayer
2019-08-17 10:00:05 -04:00
parent 43d50e9681
commit 3e7156e263
5 changed files with 37 additions and 5 deletions
+8
View File
@@ -58,6 +58,14 @@
/atom/proc/attack_ghost(mob/user as mob)
return
// health + cyborg analyzer for ghosts
/mob/living/attack_ghost(mob/dead/observer/user)
if(user.client && user.health_scan)
if(issilicon(src) || ismachine(src))
robot_healthscan(user, src)
else if(ishuman(src))
healthscan(user, src, 1, TRUE)
// ---------------------------------------
// And here are some good things for free:
// Now you can click through portals, wormholes, gateways, and teleporters while observing. -Sayu