- configurable virginity removal for male/male for anal sex

- configurable virginity removal for female/female scissoring sex
- added double penetration to actions for virginity removal
This commit is contained in:
Angedore 2023-11-18 13:59:38 +01:00
parent 190c6fc3d6
commit b6d34be263
8 changed files with 51 additions and 5 deletions

View file

@ -21,7 +21,9 @@ namespace RJWSexperience.Settings
settings.VirginRatio,
settings.SlavesBeenRapedExp,
settings.EnableSexHistory,
settings.HideGizmoWhenDrafted
settings.HideGizmoWhenDrafted,
settings.VirginityCheck_M2M_Anal,
settings.VirginityCheck_F2F_Scissoring
}
) { }
@ -63,6 +65,9 @@ namespace RJWSexperience.Settings
{
listmain.CheckboxLabeled(Keyed.Option_HideGizmoWhenDrafted_Label, settings.HideGizmoWhenDrafted, Keyed.Option_HideGizmoWhenDrafted_Desc);
}
listmain.CheckboxLabeled(Keyed.Option_VirginityCheck_M2M_Label, settings.VirginityCheck_M2M_Anal, Keyed.Option_VirginityCheck_M2M_Desc);
listmain.CheckboxLabeled(Keyed.Option_VirginityCheck_F2F_Label, settings.VirginityCheck_F2F_Scissoring, Keyed.Option_VirginityCheck_F2F_Label);
if (listmain.ButtonText(Keyed.Button_ResetToDefault))
{