mirror of
https://github.com/goonstation/goonstation-2016.git
synced 2026-08-20 04:26:13 +01:00
7 lines
217 B
Plaintext
7 lines
217 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>") |