mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Adjusts secret game mode possibility formatting
This commit is contained in:
@@ -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(..())
|
||||
|
||||
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user