mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-06-07 22:43:37 +01:00
04ba5c1cc9
* Adds the check components * Adds in trailing newlines * Converts all CRLF to LF * Post merge EOF * Post merge line endings * Final commit
15 lines
347 B
Plaintext
15 lines
347 B
Plaintext
/datum/game_mode/extended
|
|
name = "extended"
|
|
config_tag = "extended"
|
|
required_players = 0
|
|
|
|
/datum/game_mode/announce()
|
|
to_chat(world, "<B>The current game mode is - Extended Role-Playing!</B>")
|
|
to_chat(world, "<B>Just have fun and role-play!</B>")
|
|
|
|
/datum/game_mode/extended/pre_setup()
|
|
return 1
|
|
|
|
/datum/game_mode/extended/post_setup()
|
|
..()
|