Removes the stupid snowflake kill phrase system

This commit is contained in:
ValkyrieSkies
2023-10-13 02:33:38 +01:00
parent 451d8149a2
commit 8b520b5858
2 changed files with 1 additions and 5 deletions

View File

@@ -376,7 +376,7 @@ var/global/datum/controller/vote/vote = new()
var/msg = "A map vote was initiated with these options: [english_list(get_list_of_keys(maps))]."
send2maindiscord(msg)
send2mainirc(msg)
send2ickdiscord(config.kill_phrase) // This the magic kill phrase
send2ickdiscord("**A round has ended.** You can discuss it at https://boards.4chan.org/vg/catalog#s=ss13g. A new round will begin soon.")
else
return 0