mirror of
https://github.com/goonstation/goonstation-2020.git
synced 2026-07-14 08:32:20 +01:00
7 lines
211 B
Plaintext
7 lines
211 B
Plaintext
/datum/game_mode/extended
|
|
name = "extended"
|
|
config_tag = "extended"
|
|
|
|
/datum/game_mode/extended/announce()
|
|
boutput(world, "<B>The current game mode is - Extended!</B>")
|
|
boutput(world, "<B>Just have fun!</B>") |