mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 04:02:31 +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()
|
/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[])
|
/datum/game_mode/Topic(href, href_list[])
|
||||||
if(..())
|
if(..())
|
||||||
|
|||||||
@@ -112,7 +112,7 @@ var/global/datum/controller/gameticker/ticker
|
|||||||
tmpmodes+=M.name
|
tmpmodes+=M.name
|
||||||
tmpmodes = sortList(tmpmodes)
|
tmpmodes = sortList(tmpmodes)
|
||||||
if(tmpmodes.len)
|
if(tmpmodes.len)
|
||||||
world << "<B>Possibilities:</B> [english_list(tmpmodes)]"
|
world << "<B>Possibilities:</B> [english_list(tmpmodes, and_text= "; ", comma_text = "; ")]"
|
||||||
else
|
else
|
||||||
src.mode.announce()
|
src.mode.announce()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user