From 9d76b140ddb095c2d16833301fe87a19f72dbac7 Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Thu, 14 May 2020 20:17:58 -0400 Subject: [PATCH] Fix hyphen --- code/modules/clothing/suits/armor_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/suits/armor_vr.dm b/code/modules/clothing/suits/armor_vr.dm index d78e6e0a8c..032e6b9396 100644 --- a/code/modules/clothing/suits/armor_vr.dm +++ b/code/modules/clothing/suits/armor_vr.dm @@ -59,7 +59,7 @@ /obj/item/clothing/suit/armor/combat/USDF name = "marine body armor" - desc = "When I joined the Corps, we didn't have any fancy-schmanzy armor. We had sticks! Two sticks, and a rock for the whole platoon�and we had to share the rock!" + desc = "When I joined the Corps, we didn't have any fancy-schmanzy armor. We had sticks! Two sticks, and a rock for the whole platoon-and we had to share the rock!" icon_state = "unsc_armor" icon = 'icons/obj/clothing/suits_vr.dmi' icon_override = 'icons/mob/suit_vr.dmi'