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:
Funce
2021-04-09 01:06:06 +02:00
committed by GitHub
co-authored by Useroth
parent 2bdead26cc
commit cd8c6fa413
3 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -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()