Let breast surgery be done on non-females

This commit is contained in:
lutepickle 2022-09-27 16:45:28 -07:00
parent e9671624c0
commit ac845722f0
1 changed files with 0 additions and 6 deletions

View File

@ -10,12 +10,6 @@ namespace RJW_Menstruation
{
public override IEnumerable<BodyPartRecord> GetPartsToApplyOn(Pawn pawn, RecipeDef recipe)
{
if (pawn.gender != Gender.Female)
{
yield break;
}
BodyPartRecord part = Genital_Helper.get_breastsBPR(pawn) ?? Genital_Helper.get_uddersBPR(pawn);
if (part != null)
{