From f4a9195b142f22abfc8ac293c829cc69f10ce713 Mon Sep 17 00:00:00 2001 From: Shroopy <46693163+Shroopy@users.noreply.github.com> Date: Sun, 15 Dec 2024 12:59:14 -0800 Subject: [PATCH] Add a missing period to PDA typing message (#2684) ## About The Pull Request Add a missing period to the PDA typing message. ## Changelog :cl: spellcheck: Added a missing period to the PDA typing message. /:cl: --- .../file_system/programs/messenger/messenger_program.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/modular_computers/file_system/programs/messenger/messenger_program.dm b/code/modules/modular_computers/file_system/programs/messenger/messenger_program.dm index 97cb3dca59c..99af8e5750e 100644 --- a/code/modules/modular_computers/file_system/programs/messenger/messenger_program.dm +++ b/code/modules/modular_computers/file_system/programs/messenger/messenger_program.dm @@ -633,7 +633,7 @@ return FALSE // SKYRAT EDIT BEGIN - PDA messages show a visible message; again! - sender.visible_message(span_notice("[sender]'s PDA rings out with the soft sound of keypresses"), vision_distance = COMBAT_MESSAGE_RANGE) + sender.visible_message(span_notice("[sender]'s PDA rings out with the soft sound of keypresses."), vision_distance = COMBAT_MESSAGE_RANGE) // SKYRAT EDIT END var/shell_addendum = ""