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

10 lines
248 B
C#
Raw Normal View History

2022-11-01 16:15:06 +00:00
using rjw;
namespace rjwquirks.Modules.Quirks.Comps
{
public class ThoughtAdder_OnSexEvent_Preferred : ThoughtAdder_OnSexEvent
{
public override bool ShouldApplyThought(SexProps props) => parent.IsSatisfiedBySex(props);
}
}