From 3de6d66ff95f3bce529b09147e6c8be4626c0b32 Mon Sep 17 00:00:00 2001 From: DragonTrance Date: Mon, 6 Jun 2022 13:49:52 -0400 Subject: [PATCH] Update login.dm --- code/modules/mob/dead/new_player/login.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/dead/new_player/login.dm b/code/modules/mob/dead/new_player/login.dm index bbf2fe226..361b0ca77 100644 --- a/code/modules/mob/dead/new_player/login.dm +++ b/code/modules/mob/dead/new_player/login.dm @@ -52,4 +52,4 @@ S["new_differences_notification"] >> differing_version_notification if(!differing_version_notification || differing_version_notification <= slot_version) S["new_differences_notification"] << slot_version - to_chat(src, "There were recent changes with characters, and your savefiles are outdated. You are still able to play, but your characters may not look the same.") + to_chat(src, "There were recent changes with characters, and your savefiles are outdated. Your characters may not look the same.")