From eee1da7cd9efeb94b74633321b1df750aacdeb57 Mon Sep 17 00:00:00 2001 From: "Superxpdude@gmail.com" Date: Tue, 10 May 2011 20:57:32 +0000 Subject: [PATCH] Fixed a bug where people could still late-join as mail sorter. Mail sorter has been removed from the late-join list. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1565 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/mob/new_player/new_player.dm | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/code/modules/mob/new_player/new_player.dm b/code/modules/mob/new_player/new_player.dm index 584327c45dd..62cbaf68de9 100644 --- a/code/modules/mob/new_player/new_player.dm +++ b/code/modules/mob/new_player/new_player.dm @@ -250,9 +250,7 @@ mob/new_player AttemptLateSpawn("Shaft Miner", minerMax) if ("30") AttemptLateSpawn("Mime", mimeMax) - if ("31") - AttemptLateSpawn("Mail Sorter", sorterMax) - //if ("32") < Nope. Latejoining cyborgs can fuck a lot of shit up since it's sudden and nobody is near the robotics console etc. -- Urist + //if ("31") < Nope. Latejoining cyborgs can fuck a lot of shit up since it's sudden and nobody is near the robotics console etc. -- Urist //AttemptLateSpawn("Cyborg", borgMax) if(!ready && href_list["preferences"]) @@ -429,10 +427,8 @@ mob/new_player dat += "Warden
" if (IsJobAvailable("Shaft Miner",minerMax)) dat += "Shaft Miner
" - if (IsJobAvailable("Mail Sorter",sorterMax)) - dat += "Mail Sorter (BETA)
" //if (IsJobAvailable("Cyborg",borgMax)) - //dat += "Cyborg
" + //dat += "Cyborg
" if (!jobban_isbanned(src,"Assistant")) dat += "Assistant
"