Few changes to how round start works.

Station Roles are picked before Syndie Roles unless it is nuke or wizard
People should no longer spawn in space because they did not get a job.
Heads and such should no longer get a role they should not have.
Rounds now have a minimum number of players required for it to start up.
Also the atmos pipes should stop exploding all over the place.


git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1974 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
mport2004@gmail.com
2011-08-03 05:59:10 +00:00
parent 7c7252fab3
commit 0f15fd1567
18 changed files with 240 additions and 350 deletions

View File

@@ -10,7 +10,7 @@ mob/new_player
canmove = 0
anchored = 1 // don't get pushed around
var/list/jobs_restricted_by_gamemode
// var/list/jobs_restricted_by_gamemode
Login()
//Next line is commented out because seem it does nothing helpful and on the other hand it calls mob/new_player/Move() to EACH turf in the world. --rastaf0