diff --git a/code/modules/clothing/under/accessories/storage.dm b/code/modules/clothing/under/accessories/storage.dm index 32f8609b41c..00c3c8d8f06 100644 --- a/code/modules/clothing/under/accessories/storage.dm +++ b/code/modules/clothing/under/accessories/storage.dm @@ -178,6 +178,7 @@ /obj/item/clothing/accessory/storage/pouches/colour icon_state = "thigh_colour" + item_state = "thigh_colour" /obj/item/clothing/accessory/storage/knifeharness name = "decorated harness" diff --git a/html/changelogs/ElorgRHG-webbing-(and-drop-pouches)-resprite-and-thinning.yml b/html/changelogs/ElorgRHG-webbing-(and-drop-pouches)-resprite-and-thinning.yml new file mode 100644 index 00000000000..2215dcde991 --- /dev/null +++ b/html/changelogs/ElorgRHG-webbing-(and-drop-pouches)-resprite-and-thinning.yml @@ -0,0 +1,14 @@ +# Your name. +author: ElorgRHG + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit. +# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. +changes: + - imageadd: "Resprited engineering, medical and security webbings (which are now thinner to not poke out from under suit clothing) and drop pouches." + - imageadd: "Added a proper colorable sprite for the colorable drop pouches." diff --git a/icons/obj/item/clothing/accessory/holster.dmi b/icons/obj/item/clothing/accessory/holster.dmi index 57060b9efa4..3303ae169fa 100644 Binary files a/icons/obj/item/clothing/accessory/holster.dmi and b/icons/obj/item/clothing/accessory/holster.dmi differ diff --git a/icons/obj/item/clothing/accessory/webbing.dmi b/icons/obj/item/clothing/accessory/webbing.dmi index ddaa1fefcbb..26adcb7b84f 100644 Binary files a/icons/obj/item/clothing/accessory/webbing.dmi and b/icons/obj/item/clothing/accessory/webbing.dmi differ