mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user