From c414d275b6e5f7e69ea4b7dd81711404ce873cc7 Mon Sep 17 00:00:00 2001 From: AmShegars <88627712+AmShegars@users.noreply.github.com> Date: Sun, 12 Nov 2023 19:30:59 +0500 Subject: [PATCH] Hotfix for Leroy lodaut --- code/modules/clothing/under/miscellaneous.dm | 24 ++++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index 211f11d8ec..41f4d5567c 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -1116,36 +1116,36 @@ desc = "Sleek slim-fit trousers with extra pockets and some stripes hanging off the belt for... extra style points perhaps." icon = CUSTOM_ITEM_OBJ item_icons = list(slot_w_uniform_str = CUSTOM_ITEM_MOB) - icon_state = "cargo_trousers" - item_state = "cargo_trousers" - worn_state = "cargo_trousers" + icon_state = "cargo_trousers_s" + item_state = "cargo_trousers_s" + worn_state = "cargo_trousers_s" /obj/item/clothing/under/neo_pants/cargos name = "cargo pants" desc = "Loose-fit grey cargo pants with plenty of pockets." icon = CUSTOM_ITEM_OBJ item_icons = list(slot_w_uniform_str = CUSTOM_ITEM_MOB) - icon_state = "cargos_1" - item_state = "cargos_1" - worn_state = "cargos_1" + icon_state = "cargos_1_s" + item_state = "cargos_1_s" + worn_state = "cargos_1_s" /obj/item/clothing/under/neo_pants/neotac name = "neotac pants" desc = "Regular-fit trousers with gradient pattern and plenty of belts around the waist. For the sake of style, of course." icon = CUSTOM_ITEM_OBJ item_icons = list(slot_w_uniform_str = CUSTOM_ITEM_MOB) - icon_state = "neotac_1" - item_state = "neotac_1" - worn_state = "neotac_1" + icon_state = "neotac_1_s" + item_state = "neotac_1_s" + worn_state = "neotac_1_s" /obj/item/clothing/under/neo_pants/breeches name = "denim breeches" desc = "Short-cut jeans with micromesh underlayer at the crotch for extra durability." icon = CUSTOM_ITEM_OBJ item_icons = list(slot_w_uniform_str = CUSTOM_ITEM_MOB) - icon_state = "breeches_1" - item_state = "breeches_1" - worn_state = "breeches_1" + icon_state = "breeches_1_s" + item_state = "breeches_1_s" + worn_state = "breeches_1_s" /obj/item/clothing/under/netrunner name = "specialized netrunner suit"