mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
* Gamemode code improvement, initial commit * Wraps up announce messages and removes Henderson * Fixes an incomplete comment
13 lines
278 B
Plaintext
13 lines
278 B
Plaintext
/datum/game_mode/extended
|
|
name = "extended"
|
|
config_tag = "extended"
|
|
required_players = 0
|
|
|
|
announce_span = "notice"
|
|
announce_text = "Just have fun and enjoy the game!"
|
|
|
|
/datum/game_mode/extended/pre_setup()
|
|
return 1
|
|
|
|
/datum/game_mode/extended/post_setup()
|
|
..() |