mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
17 lines
411 B
Plaintext
17 lines
411 B
Plaintext
/datum/game_mode/extended
|
|
name = "extended"
|
|
config_tag = "extended"
|
|
required_players = 0
|
|
|
|
uplink_welcome = "Syndicate Uplink Console:"
|
|
uplink_uses = 10
|
|
|
|
/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
|