From 6c8eeacd87ce04665fcb9c61dd376f8dc0fa54f6 Mon Sep 17 00:00:00 2001
From: ariaworld <143797359+ariaworld@users.noreply.github.com>
Date: Thu, 29 Aug 2024 14:57:51 +0200
Subject: [PATCH] Update this too
---
modular_splurt/code/modules/client/verbs/looc.dm | 4 ++--
modular_splurt/code/modules/client/verbs/ooc.dm | 4 ++--
modular_splurt/code/modules/mob/dead/new_player/new_player.dm | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/modular_splurt/code/modules/client/verbs/looc.dm b/modular_splurt/code/modules/client/verbs/looc.dm
index f17cf7e573..0f57444e74 100644
--- a/modular_splurt/code/modules/client/verbs/looc.dm
+++ b/modular_splurt/code/modules/client/verbs/looc.dm
@@ -4,7 +4,7 @@
to_chat(usr, span_notice("The server is still starting up. Please wait... "))
return
else if(vibe_check == FALSE) //Dirty but I guess we gotta tell when the subsystem hasn't started
- to_chat(usr, span_warning("You must link your discord account to your ckey in order to join the game. Join our discord and use the [CONFIG_GET(string/discordbotcommandprefix)][CONFIG_GET(string/verification_command)] command [CONFIG_GET(string/verification_channel) ? "as indicated in #[CONFIG_GET(string/verification_channel)] " : ""]. It won't take you more than two minutes :)
Ahelp or ask staff in the discord if this is an error."))
+ to_chat(usr, span_warning("You must link your discord account to your ckey in order to join the game. Join our discord and use open a Verification Request Ticket. It won't take you more than two minutes :)
Remember that to maintain in-game verification you MUST remain in the discord.
Ahelp or ask staff in the discord if this is an error."))
return
-
+
. = ..()
diff --git a/modular_splurt/code/modules/client/verbs/ooc.dm b/modular_splurt/code/modules/client/verbs/ooc.dm
index b36e61fdec..d00fb5a6a7 100644
--- a/modular_splurt/code/modules/client/verbs/ooc.dm
+++ b/modular_splurt/code/modules/client/verbs/ooc.dm
@@ -4,7 +4,7 @@
to_chat(usr, span_notice("The server is still starting up. Please wait... "))
return
else if(vibe_check == FALSE) //Dirty but I guess we gotta tell when the subsystem hasn't started
- to_chat(usr, span_warning("You must link your discord account to your ckey in order to join the game. Join our discord and use the [CONFIG_GET(string/discordbotcommandprefix)][CONFIG_GET(string/verification_command)] command [CONFIG_GET(string/verification_channel) ? "as indicated in #[CONFIG_GET(string/verification_channel)] " : ""]. It won't take you more than two minutes :)
Ahelp or ask staff in the discord if this is an error."))
+ to_chat(usr, span_warning("You must link your discord account to your ckey in order to join the game. Join our discord and use open a Verification Request Ticket. It won't take you more than two minutes :)
Remember that to maintain in-game verification you MUST remain in the discord.
Ahelp or ask staff in the discord if this is an error."))
return
-
+
. = ..()
diff --git a/modular_splurt/code/modules/mob/dead/new_player/new_player.dm b/modular_splurt/code/modules/mob/dead/new_player/new_player.dm
index 724eeb5ed0..aa8a66b1c2 100644
--- a/modular_splurt/code/modules/mob/dead/new_player/new_player.dm
+++ b/modular_splurt/code/modules/mob/dead/new_player/new_player.dm
@@ -86,11 +86,11 @@
var/tready = text2num(href_list["ready"])
if(tready != PLAYER_NOT_READY && !vibe_check)
ready = PLAYER_NOT_READY
- to_chat(src, span_warning("You must link your discord account to your ckey in order to join the game. Join our discord and use the [CONFIG_GET(string/discordbotcommandprefix)][CONFIG_GET(string/verification_command)] command [CONFIG_GET(string/verification_channel) ? "as indicated in #[CONFIG_GET(string/verification_channel)] " : ""]. It won't take you more than two minutes :)
Ahelp or ask staff in the discord if this is an error."))
+ to_chat(usr, span_warning("You must link your discord account to your ckey in order to join the game. Join our discord and use open a Verification Request Ticket. It won't take you more than two minutes :)
Remember that to maintain in-game verification you MUST remain in the discord.
Ahelp or ask staff in the discord if this is an error."))
return
if(href_list["late_join"] || href_list["SelectedJob"] || href_list["JoinAsGhostRole"])
if(!vibe_check)
- to_chat(src, span_warning("You must link your discord account to your ckey in order to join the game. Join our discord and use the [CONFIG_GET(string/discordbotcommandprefix)][CONFIG_GET(string/verification_command)] command [CONFIG_GET(string/verification_channel) ? "as indicated in #[CONFIG_GET(string/verification_channel)] " : ""]. It won't take you more than two minutes :)
Ahelp or ask staff in the discord if this is an error."))
+ to_chat(usr, span_warning("You must link your discord account to your ckey in order to join the game. Join our discord and use open a Verification Request Ticket. It won't take you more than two minutes :)
Remember that to maintain in-game verification you MUST remain in the discord.
Ahelp or ask staff in the discord if this is an error."))
return
if(client?.prefs.toggles & TG_PLAYER_PANEL)