mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
b497e4c925
* aaaaaaaaaaaaaaa * Forgor * Adds missing /proc/ --------- Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
16 lines
389 B
Plaintext
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()
|
|
..()
|