From d0d441b7fa24c4d940e54708960c5e2a73956bb5 Mon Sep 17 00:00:00 2001 From: FreeStylaLT Date: Fri, 18 Jan 2019 19:39:24 +0900 Subject: [PATCH] a completely inconspicuous PR --- code/modules/assembly/voice.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/assembly/voice.dm b/code/modules/assembly/voice.dm index 3c7fdfa8fef..a20cdb89caf 100644 --- a/code/modules/assembly/voice.dm +++ b/code/modules/assembly/voice.dm @@ -56,7 +56,7 @@ /obj/item/assembly/voice/noise name = "noise sensor" - desc = "A simple noise sensor that triggers on vocalizations other then speech." + desc = "A simple noise sensor that triggers on vocalizations other than speech." icon_state = "voice" materials = list(MAT_METAL=100, MAT_GLASS=10) origin_tech = "magnets=1;engineering=1"