From 2a007503abc79aa303d03f403437e09dbb2b5cd3 Mon Sep 17 00:00:00 2001 From: vuonojenmustaturska Date: Thu, 8 Mar 2018 17:21:41 +0200 Subject: [PATCH] US english memes --- code/modules/shuttle/navigation_computer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/shuttle/navigation_computer.dm b/code/modules/shuttle/navigation_computer.dm index 088c96da48d..7eeee8f4253 100644 --- a/code/modules/shuttle/navigation_computer.dm +++ b/code/modules/shuttle/navigation_computer.dm @@ -29,7 +29,7 @@ /obj/machinery/computer/camera_advanced/shuttle_docker/attack_hand(mob/user) if(jammed) - to_chat(user, "The Syndicate are jamming the console!") + to_chat(user, "The Syndicate is jamming the console!") return return ..()