mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 09:03:23 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user