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

10 lines
248 B
C#

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