rjw-quirks/RJW-Quirks/Modules/Quirks/Comps/ThoughtAdder_OnSexEvent_Non...

10 lines
252 B
C#

using rjw;
namespace rjwquirks.Modules.Quirks.Comps
{
public class ThoughtAdder_OnSexEvent_NonPreferred : ThoughtAdder_OnSexEvent
{
public override bool ShouldApplyThought(SexProps props) => !parent.IsSatisfiedBySex(props);
}
}