diff --git a/modular_ss220/clothing/code/under.dm b/modular_ss220/clothing/code/under.dm index 81f74fe12210..21a69ce23a36 100644 --- a/modular_ss220/clothing/code/under.dm +++ b/modular_ss220/clothing/code/under.dm @@ -7,6 +7,7 @@ lefthand_file = 'modular_ss220/clothing/icons/inhands/left_hand.dmi' righthand_file = 'modular_ss220/clothing/icons/inhands/right_hand.dmi' item_color = "katarina_cybersuit" + sprite_sheets = null /obj/item/clothing/under/costume/katarina_suit name = "костюм Катарины" @@ -17,6 +18,7 @@ lefthand_file = 'modular_ss220/clothing/icons/inhands/left_hand.dmi' righthand_file = 'modular_ss220/clothing/icons/inhands/right_hand.dmi' item_color = "katarina_suit" + sprite_sheets = null /obj/item/clothing/under/rank/civilian/chef/red name = "chef's red uniform"