From f6b5edc1301575ebe95768d2c5076bb9fb803b99 Mon Sep 17 00:00:00 2001 From: GinjaNinja32 Date: Mon, 15 Dec 2014 05:39:00 +0000 Subject: [PATCH] Fixes error in rig voice-changer message --- code/modules/clothing/spacesuits/rig/modules/utility.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/spacesuits/rig/modules/utility.dm b/code/modules/clothing/spacesuits/rig/modules/utility.dm index 5a8063fd824..619faa0a7e1 100644 --- a/code/modules/clothing/spacesuits/rig/modules/utility.dm +++ b/code/modules/clothing/spacesuits/rig/modules/utility.dm @@ -269,7 +269,7 @@ if(!raw_choice) return 0 voice_holder.voice = sanitize(copytext(raw_choice,1,MAX_MESSAGE_LEN)) - usr << "You are now mimicking [voice_holder.voice]." + usr << "You are now mimicking [voice_holder.voice]." return 1 /obj/item/rig_module/maneuvering_jets