Files
DGamerL b497e4c925 Removes a lot of redefined procs (#26186)
* aaaaaaaaaaaaaaa

* Forgor

* Adds missing /proc/

---------

Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
2024-07-30 13:19:32 +00:00

16 lines
389 B
Plaintext

/datum/game_mode/extended
name = "extended"
config_tag = "extended"
required_players = 0
single_antag_positions = list()
/datum/game_mode/extended/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()
..()