Skip to content

Commit

Permalink
Fix Katarina species sprite
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-34 committed Sep 13, 2024
1 parent b2f0f87 commit d159511
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modular_ss220/clothing/code/under.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "костюм Катарины"
Expand All @@ -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"
Expand Down

0 comments on commit d159511

Please sign in to comment.