diff --git a/modular_zubbers/code/modules/GAGS/greyscale_configs.dm b/modular_zubbers/code/modules/GAGS/greyscale_configs.dm index 83c796f3e79..a32596a85b0 100644 --- a/modular_zubbers/code/modules/GAGS/greyscale_configs.dm +++ b/modular_zubbers/code/modules/GAGS/greyscale_configs.dm @@ -498,3 +498,6 @@ name = "BA Cheerleader Sneakers (Worn)" icon_file = 'modular_zubbers/icons/mob/clothing/under/ba_cheerleader.dmi' json_config = 'modular_zubbers/code/datums/greyscale/json_configs/under/ba_cheerleader/shoes_worn.json' + +/datum/greyscale_config/ba_cheerleader_shoes/worn/digi + icon_file = 'modular_zubbers/icons/mob/clothing/under/ba_cheerleader_digi.dmi' diff --git a/modular_zubbers/code/modules/clothing/under/ba_cheerleader.dm b/modular_zubbers/code/modules/clothing/under/ba_cheerleader.dm index 245155cabc1..2b2341f3987 100644 --- a/modular_zubbers/code/modules/clothing/under/ba_cheerleader.dm +++ b/modular_zubbers/code/modules/clothing/under/ba_cheerleader.dm @@ -223,9 +223,11 @@ icon_state = "ba_cheerleader_shoes_icon" post_init_icon_state = "ba_cheerleader_shoes" worn_icon = 'modular_zubbers/icons/mob/clothing/under/ba_cheerleader.dmi' + worn_icon_digi = 'modular_zubbers/icons/mob/clothing/under/ba_cheerleader_digi.dmi' worn_icon_state = "ba_cheerleader_shoes" greyscale_config = /datum/greyscale_config/ba_cheerleader_shoes greyscale_config_worn = /datum/greyscale_config/ba_cheerleader_shoes/worn + greyscale_config_worn_digi = /datum/greyscale_config/ba_cheerleader_shoes/worn/digi greyscale_colors = "#FFFFFF#2980b9" flags_1 = IS_PLAYER_COLORABLE_1 diff --git a/modular_zubbers/icons/mob/clothing/under/ba_cheerleader_digi.dmi b/modular_zubbers/icons/mob/clothing/under/ba_cheerleader_digi.dmi new file mode 100644 index 00000000000..cc289dc4340 Binary files /dev/null and b/modular_zubbers/icons/mob/clothing/under/ba_cheerleader_digi.dmi differ