removed gender filters

This commit is contained in:
Stardust3D 2022-01-01 00:15:18 +01:00
parent 4d175395e6
commit 8d4cb1e8a4
5 changed files with 2 additions and 7 deletions

View file

@ -12,8 +12,6 @@ namespace RJW_PlasticSurgeries
{
public override IEnumerable<BodyPartRecord> GetPartsToApplyOn(Pawn pawn, RecipeDef recipe)
{
if (pawn.gender != Gender.Female) yield break;
var part = Genital_Helper.get_genitalsBPR(pawn);
if (part != null)
{