diff --git a/code/modules/mob/mob.dm b/code/modules/mob/mob.dm index fe433e932b9..04187874a17 100644 --- a/code/modules/mob/mob.dm +++ b/code/modules/mob/mob.dm @@ -545,7 +545,7 @@ to_chat(usr, "You can respawn now, enjoy your new life!") log_game("[usr.name]/[usr.key] used abandon mob.") - to_chat(usr, SPAN_NOTICE("Make sure to play a different character, and please roleplay correctly!")) + to_chat(usr, SPAN_NOTICE("If you died, make sure to play a different character, and remember to roleplay correctly!")) client?.screen.Cut() if(!client) diff --git a/html/changelogs/fyni-respawn.yml b/html/changelogs/fyni-respawn.yml new file mode 100644 index 00000000000..d907786d941 --- /dev/null +++ b/html/changelogs/fyni-respawn.yml @@ -0,0 +1,4 @@ +author: fyni +delete-after: True +changes: + - rscadd: "Changed the respawn message to be inline with rules updates." \ No newline at end of file