mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-03 22:22:31 +00:00
Went though the oddly few runtimes
Fixed up a few more firedoors on the map Optables will respect air groups now The Singularity: Might produce less lag when eating things now. 80% down from 100% chance for a beacon to force movement. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2126 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -293,8 +293,9 @@ mob/new_player
|
||||
ailist += A
|
||||
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] has been sent from Centcom to fill the job of [rank] on [station_name].")
|
||||
if(character.mind)
|
||||
if((character.mind.assigned_role != "Cyborg") && (character.mind.special_role != "MODE"))
|
||||
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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user