From ee2de61b17a101c06465d44c97b6dc91deebac5d Mon Sep 17 00:00:00 2001 From: zerothebigboy Date: Sun, 26 Jul 2020 06:27:30 -0400 Subject: [PATCH] a --- code/game/machinery/telecomms/machines/message_server.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/telecomms/machines/message_server.dm b/code/game/machinery/telecomms/machines/message_server.dm index b63467d399..c6386241ee 100644 --- a/code/game/machinery/telecomms/machines/message_server.dm +++ b/code/game/machinery/telecomms/machines/message_server.dm @@ -26,7 +26,7 @@ if(stored) to_chat(user, "You start struggling to pry the [stored] from the [src]...") if(!do_after(user, 30 SECONDS, TRUE, src)) - to_chat(user, "Your fingers slip as you fail to pry the [stored] from the [src], clicking it right back int the slot!") + to_chat(user, "Your fingers slip as you fail to pry the [stored] from the [src], clicking it right back into the slot!") return if(user.put_in_hands(stored)) stored.forceMove(user.drop_location())