Fixes Yukatas & Kimonos on Female Bodytypes (#93483)

## About The Pull Request

Gives the yukatas and kimonos a female sprite flag to fix missing
pixels.
## Why It's Good For The Game

dress broke me fix unga
## Changelog
🆑
fix: Females wearing either a yukata or kimono no longer have holes in
their clothes.
/🆑
This commit is contained in:
Twaticus
2025-10-17 22:33:07 +02:00
committed by GitHub
parent 85f7f7ef0e
commit 7dfb765db9
+2
View File
@@ -145,6 +145,7 @@
body_parts_covered = CHEST|GROIN|ARMS
can_adjust = FALSE
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON
female_sprite_flags = FEMALE_UNIFORM_TOP_ONLY
/obj/item/clothing/under/costume/yukata/green
name = "green yukata"
@@ -164,6 +165,7 @@
body_parts_covered = CHEST|GROIN|ARMS
can_adjust = FALSE
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON
female_sprite_flags = FEMALE_UNIFORM_TOP_ONLY
/obj/item/clothing/under/costume/kimono/red
name = "red kimono"