mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-20 15:12:57 +00:00
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
16 lines
414 B
Plaintext
16 lines
414 B
Plaintext
/datum/game_mode/extended
|
|
name = "extended"
|
|
config_tag = "extended"
|
|
required_players = 0
|
|
|
|
/datum/game_mode/announce()
|
|
world << "<B>The current game mode is - Extended Role-Playing!</B>"
|
|
world << "<B>Just have fun and role-play!</B>"
|
|
|
|
/datum/game_mode/extended/pre_setup()
|
|
setup_sectors()
|
|
spawn_exporation_packs()
|
|
return 1
|
|
|
|
//datum/game_mode/extended/can_start()
|
|
// return (num_players() > 0) |