using rjw; namespace rjwquirks.Modules.Quirks.SexSelectors { public class Clothed : SexSelector { public override bool SexSatisfies(SexProps sexProps) => !sexProps.pawn.apparel.PsychologicallyNude; } }