From 63573dd0603bdf21cda439b8a145798bfc5595e9 Mon Sep 17 00:00:00 2001 From: Deniz <66401072+Oyu-De@users.noreply.github.com> Date: Thu, 29 Jul 2021 02:14:58 +0300 Subject: [PATCH] Trenchoat-->trenchcoat (#16448) Fixed trenchoat mispelling to trenchcoat --- code/modules/clothing/suits/armor.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/suits/armor.dm b/code/modules/clothing/suits/armor.dm index c19ebb79a3f..0a53e5c0abf 100644 --- a/code/modules/clothing/suits/armor.dm +++ b/code/modules/clothing/suits/armor.dm @@ -120,7 +120,7 @@ strip_delay = 80 /obj/item/clothing/suit/armor/hos/alt - name = "armored trenchoat" + name = "armored trenchcoat" desc = "A trenchcoat enhanced with a special lightweight kevlar. The epitome of tactical plainclothes." icon_state = "hostrench_open" item_state = "hostrench_open"