From 41ef1d8d6dd74a80828ea1440f52629e27c0e828 Mon Sep 17 00:00:00 2001 From: SgtRyder <51496262+SgtRyder@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:53:52 -0600 Subject: [PATCH] Update armor.dm Fixed Indentation error that I'm not even sure how it occurred when I copied and pasted the code. --- modular_causticcove/code/modules/clothing/rogueclothes/armor.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_causticcove/code/modules/clothing/rogueclothes/armor.dm b/modular_causticcove/code/modules/clothing/rogueclothes/armor.dm index 5921d99d9..09b75db6c 100644 --- a/modular_causticcove/code/modules/clothing/rogueclothes/armor.dm +++ b/modular_causticcove/code/modules/clothing/rogueclothes/armor.dm @@ -1,5 +1,5 @@ /obj/item/clothing/suit/roguetown/armor/egypt - name = "foreign dress" + name = "foreign dress" desc = "Exotic foreign dress from a faraway land. Barely covers anything." body_parts_covered = CHEST|GROIN mob_overlay_icon = 'modular_causticcove/icons/roguetown/clothing/onmob/armor.dmi'