mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
ports taglines from citadel, sort of (#4985)
* ports taglines from citadel, sort of * Italicizes the tagline
This commit is contained in:
committed by
Gary Lafortune
parent
3ef6ea0b65
commit
3a3eea68d8
@@ -456,5 +456,4 @@
|
||||
/datum/config_entry/number/reopen_roundstart_suicide_roles_delay
|
||||
min_val = 30
|
||||
|
||||
/datum/config_entry/flag/reopen_roundstart_suicide_roles_command_report
|
||||
|
||||
/datum/config_entry/flag/reopen_roundstart_suicide_roles_command_report
|
||||
@@ -39,11 +39,11 @@ GLOBAL_VAR(restart_counter)
|
||||
load_yogs_stuff() // yogs - Donators
|
||||
refresh_admin_files() //yogs - DB support
|
||||
load_admins()
|
||||
|
||||
|
||||
LoadVerbs(/datum/verbs/menu)
|
||||
if(CONFIG_GET(flag/usewhitelist))
|
||||
load_whitelist()
|
||||
|
||||
|
||||
setup_pretty_filter() //yogs
|
||||
|
||||
GLOB.timezoneOffset = text2num(time2text(0,"hh")) * 36000
|
||||
|
||||
@@ -44,7 +44,13 @@ GLOBAL_LIST_EMPTY(donators)
|
||||
|
||||
s += "<b>[station_name()]</b>]<br>"; // The station & server name line
|
||||
s += "(<a href=\"https://forums.yogstation.net/index.php\">Forums</a>|<a href=\"https://discord.gg/8hphvMe\">Discord</a>)<br>" // The Forum & Discord links line
|
||||
s += "Mode: <b>[GLOB.master_mode]</b><br>" // The Gamemode line
|
||||
|
||||
//TAGLINE
|
||||
s += "<br><i>[pick(world.file2list("yogstation/strings/taglines.txt"))]</i><br>"
|
||||
|
||||
//MAP AND GAMEMODE
|
||||
if(GLOB.master_mode != "secret")
|
||||
s += "Mode: <b>[GLOB.master_mode]</b><br>" // The Gamemode line
|
||||
s += "Map: <b>[SSmapping.config?.map_name || "Loading..."]</b><br>" // The map line
|
||||
|
||||
//FEATURES
|
||||
@@ -55,6 +61,8 @@ GLOBAL_LIST_EMPTY(donators)
|
||||
if(features.len)
|
||||
s += "[jointext(features,", ")]<br>" // The features line
|
||||
|
||||
|
||||
|
||||
//PLAYER COUNT
|
||||
var/players = GLOB.clients.len
|
||||
var/popcaptext = ""
|
||||
|
||||
12
yogstation/strings/taglines.txt
Normal file
12
yogstation/strings/taglines.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
Now 100% snail-free!
|
||||
10% MORE LAG FOR THE SAME PRICE!
|
||||
Yoghurt Station 13!
|
||||
We have deodorant!
|
||||
Yoga Station 13
|
||||
Mostly tolerant to lizardpeople!
|
||||
Mostly murderbone-free!
|
||||
WARNING: CONTAINS NTSL
|
||||
Praise the Clockwork Justicar!
|
||||
Ssethfugee tolerant!
|
||||
Fast and bulbous!
|
||||
People play on this server!
|
||||
Reference in New Issue
Block a user