TG: Adds a message to corpses that have had their ghosts leave the server/become

something else
Readds the ablative vest's reflect chance at a considerably lower percentage
Fixes a bug where ghosts couldn't examine human bodies.
Fixes a bug where tensioner-spawned deathsquads would be braindead.
Revision: r3314
Author: 	 VivianFoxfoot
This commit is contained in:
Ren Erthilo
2012-04-29 19:01:43 +01:00
parent 7b468a96e2
commit c2e3d87276
3 changed files with 13 additions and 3 deletions
@@ -195,7 +195,17 @@
for(var/mob/O in viewers(usr.loc, null))
O.show_message("[usr] checks [src]'s pulse.", 1)
spawn(15)
usr << "\red [t_He] has no pulse!"
usr << "\red [t_He] has no pulse"
if(!src.client)
var/foundghost = 0
for(var/mob/dead/observer/G in world)
if(G.client)
if(G.corpse == src)
foundghost++
break
if(!foundghost)
msg += " and [t_his] soul has departed"
msg += "...</span>\n"
/* if (src.getBruteLoss())
if (src.getBruteLoss() < 30)