From d15951158a6b866f7633d9c1de085c9cd66e3071 Mon Sep 17 00:00:00 2001 From: dj-34 Date: Sat, 14 Sep 2024 01:36:09 +0500 Subject: [PATCH] Fix Katarina species sprite --- modular_ss220/clothing/code/under.dm | 2 ++ 1 file changed, 2 insertions(+) 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"