mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-24 05:39:04 +01:00
Roundstart pings (#106)
This commit is contained in:
@@ -335,6 +335,8 @@ SUBSYSTEM_DEF(ticker)
|
||||
var/list/adm = get_admin_counts()
|
||||
var/list/allmins = adm["present"]
|
||||
send2irc("Server", "Round [GLOB.round_id ? "#[GLOB.round_id]:" : "of"] [hide_mode ? "secret":"[mode.name]"] has started[allmins.len ? ".":" with no active admins online!"]")
|
||||
if(CONFIG_GET(string/new_round_ping))
|
||||
send2chat("<@[CONFIG_GET(string/new_round_ping)]> | A new round has started on [SSmapping.config.map_name]!", CONFIG_GET(string/chat_announce_new_game))
|
||||
setup_done = TRUE
|
||||
|
||||
for(var/i in GLOB.start_landmarks_list)
|
||||
@@ -399,7 +401,7 @@ SUBSYSTEM_DEF(ticker)
|
||||
//skyrat change
|
||||
if(ishuman(N.new_character))
|
||||
SSlanguage.AssignLanguage(N.new_character, N.client)
|
||||
//
|
||||
//
|
||||
N.client.prefs.post_copy_to(player)
|
||||
CHECK_TICK
|
||||
if(captainless)
|
||||
|
||||
Reference in New Issue
Block a user