mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
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
This commit is contained in:
@@ -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 += "<a href='byond://?src=\ref[src];SelectedJob=28'>Warden</a><br>"
|
||||
if (IsJobAvailable("Shaft Miner",minerMax))
|
||||
dat += "<a href='byond://?src=\ref[src];SelectedJob=29'>Shaft Miner</a><br>"
|
||||
if (IsJobAvailable("Mail Sorter",sorterMax))
|
||||
dat += "<a href='byond://?src=\ref[src];SelectedJob=31'>Mail Sorter</a> (BETA)<br>"
|
||||
//if (IsJobAvailable("Cyborg",borgMax))
|
||||
//dat += "<a href='byond://?src=\ref[src];SelectedJob=32'>Cyborg</a><br>"
|
||||
//dat += "<a href='byond://?src=\ref[src];SelectedJob=31'>Cyborg</a><br>"
|
||||
if (!jobban_isbanned(src,"Assistant"))
|
||||
dat += "<a href='byond://?src=\ref[src];SelectedJob=18'>Assistant</a><br>"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user