Skip to content

Commit

Permalink
Merge pull request #288 from EvenInDeathIStillServe/leonard
Browse files Browse the repository at this point in the history
Adds Male Leotard Sprites
  • Loading branch information
GeneralPantsuIsBadAtCoding authored Sep 5, 2024
2 parents c9c1a8f + b3dd699 commit 25274f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,8 @@
icon_state = "female_leotard"
underwear_type = /obj/item/undies/leotard
hides_breasts = TRUE

/datum/sprite_accessory/underwear/leotard/get_icon_state(obj/item/organ/organ, obj/item/bodypart/bodypart, mob/living/carbon/owner)
if(owner.gender == MALE)
return "male_leotard"
return "female_leotard"
Binary file modified icons/mob/sprite_accessory/genitals/penis.dmi
Binary file not shown.
Binary file modified icons/mob/sprite_accessory/underwear.dmi
Binary file not shown.

0 comments on commit 25274f4

Please sign in to comment.