From d92e151dab1da68a407080a2ec2cc611c592d276 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 6 Dec 2019 19:32:35 -0500 Subject: [PATCH] Fixes typo name --- code/modules/clothing/spacesuits/rig/suits/pmc.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/spacesuits/rig/suits/pmc.dm b/code/modules/clothing/spacesuits/rig/suits/pmc.dm index 7b609be4e8..b10e559977 100644 --- a/code/modules/clothing/spacesuits/rig/suits/pmc.dm +++ b/code/modules/clothing/spacesuits/rig/suits/pmc.dm @@ -99,7 +99,7 @@ ) /obj/item/weapon/rig/pmc/security - name = "ERT-S suit control module" + name = "PMC-S suit control module" desc = "A suit worn by private military contractors. This one is setup for security. Armoured and space ready." suit_type = "PMC security" icon_state = "pmc_securitygrey_rig"