/datum/game_mode/extended name = "extended" config_tag = "extended" required_players = 0 /datum/game_mode/announce() to_chat(world, "The current game mode is - Extended Role-Playing!") to_chat(world, "Just have fun and role-play!") /datum/game_mode/extended/pre_setup() return 1 /datum/game_mode/extended/post_setup() ..()