Files
Paradise/code/game/gamemodes/extended/extended.dm
Fox-McCloud 25477b0bbf clean up
2016-05-29 22:05:20 -04:00

14 lines
359 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()
..()