mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Make some configs for the gamer alert ping (#4760)
* Make some configs for the gamer alert ping * Add to config lets go * Update ticker.dm * Update ticker.dm * Update skryat_config_entries.dm * Update skyrat_config.txt * Update skryat_config_entries.dm * Update ticker.dm Co-authored-by: Useroth <37159550+Useroth@users.noreply.github.com>
This commit is contained in:
@@ -159,7 +159,7 @@ SUBSYSTEM_DEF(ticker)
|
||||
for(var/client/C in GLOB.clients)
|
||||
window_flash(C, ignorepref = TRUE) //let them know lobby has opened up.
|
||||
to_chat(world, "<span class='boldnotice'>Welcome to [station_name()]!</span>")
|
||||
send2chat("<@&656268126253744152> New round starting on [SSmapping.config.map_name]! \nIf you wish to be pinged for game related stuff, go to a text channel and type $assignrole Game-Alert", CONFIG_GET(string/chat_announce_new_game)) // Skyrat EDIT -- role ping
|
||||
send2chat("<@&[CONFIG_GET(number/game_alert_role_id)]> New round starting on [SSmapping.config.map_name], [CONFIG_GET(string/servername)]! \nIf you wish to be pinged for game related stuff, go to <@%[CONFIG_GET(string/role_assign_channel_id)]> and assign yourself the roles.", CONFIG_GET(string/chat_announce_new_game)) // Skyrat EDIT -- role ping
|
||||
current_state = GAME_STATE_PREGAME
|
||||
//Everyone who wants to be an observer is now spawned
|
||||
create_observers()
|
||||
|
||||
Reference in New Issue
Block a user