Adjusts secret game mode possibility formatting

This commit is contained in:
Yoshax
2016-04-04 19:22:03 +01:00
parent 3971b93731
commit 2f95f98ec1
2 changed files with 1 additions and 5 deletions

View File

@@ -39,10 +39,6 @@ var/global/list/additional_antag_types = list()
/datum/game_mode/New()
..()
// Enforce some formatting.
// This will probably break something.
name = capitalize(lowertext(name))
config_tag = lowertext(config_tag)
/datum/game_mode/Topic(href, href_list[])
if(..())

View File

@@ -112,7 +112,7 @@ var/global/datum/controller/gameticker/ticker
tmpmodes+=M.name
tmpmodes = sortList(tmpmodes)
if(tmpmodes.len)
world << "<B>Possibilities:</B> [english_list(tmpmodes)]"
world << "<B>Possibilities:</B> [english_list(tmpmodes, and_text= "; ", comma_text = "; ")]"
else
src.mode.announce()