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.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3314 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
VivianFoxfoot@gmail.com
2012-03-17 00:28:41 +00:00
parent 6ba52d7a0d
commit dd27131ce9
4 changed files with 23 additions and 12 deletions

View File

@@ -551,12 +551,12 @@ var/global/datum/tension/tension_master
del(new_syndicate_commando)
break
new_syndicate_commando.mind.key = theghost.key//For mind stuff.
new_syndicate_commando.key = theghost.key
new_syndicate_commando.internal = new_syndicate_commando.s_store
new_syndicate_commando.internals.icon_state = "internal1"
candidates -= theghost
del(theghost)
new_syndicate_commando.mind.key = theghost.key//For mind stuff.
new_syndicate_commando.key = theghost.key
new_syndicate_commando.internal = new_syndicate_commando.s_store
new_syndicate_commando.internals.icon_state = "internal1"
candidates -= theghost
del(theghost)
//So they don't forget their code or mission.
new_syndicate_commando.mind.store_memory("<B>Mission:</B> \red [input].")