Changed the new arrivals message to something more appropriate.

Changed the escape shuttle a bit.
Rechecked the tgstation.2.0.8 map in the .dme


git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2105 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
Superxpdude@gmail.com
2011-09-03 20:20:47 +00:00
parent bbd6db9ce2
commit d66c31d4ef
3 changed files with 2426 additions and 2426 deletions
+3 -1
View File
@@ -294,7 +294,9 @@ mob/new_player
if (ailist.len)
var/mob/living/silicon/ai/announcer = pick(ailist)
if(character.mind.assigned_role != "Cyborg"&&character.mind.special_role != "MODE")
announcer.say("[character.real_name], the [rank], has awoken from cryo sleep.")
announcer.say("[character.real_name] has been sent from Centcom to fill the job of [rank] on [station_name].")
//announcer.say("[character.real_name], the [rank], has awoken from cryo sleep.") -Old Message
proc/ManifestLateSpawn(var/mob/living/carbon/human/H, icon/H_icon) // Attempted fix to add late joiners to various databases -- TLE
// This is basically ripped wholesale from the normal code for adding people to the databases during a fresh round