From 8f6b9246cdc10eb13c5c3a708d050d1ca00939c2 Mon Sep 17 00:00:00 2001 From: nameacow <81446486+nameacow@users.noreply.github.com> Date: Sat, 2 Mar 2024 02:10:02 -0500 Subject: [PATCH] Update clothing.dm Fixes spec-ops gloves. --- code/modules/halo/covenant/species/sangheili/clothing.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/halo/covenant/species/sangheili/clothing.dm b/code/modules/halo/covenant/species/sangheili/clothing.dm index 29fe35781e1da..10a2d2aa5b4fb 100644 --- a/code/modules/halo/covenant/species/sangheili/clothing.dm +++ b/code/modules/halo/covenant/species/sangheili/clothing.dm @@ -559,7 +559,7 @@ icon_state = "r_specops_chest_obj" item_state = "r_specops_chest" -/obj/item/clothing/gloves/thick/sangheili/specops/reach +/obj/item/clothing/gloves/thick/sangheili/specops/infiltrator/reach name = "Ceremonial Sanghelli Combat Gauntlets (Spec-Ops)" desc = "Hand armour, to be used with the Sangheili Combat Harness. This one is in a ceremonial pattern." icon_state = "r_specops_gloves_obj"