mirror of
https://github.com/amevarashi/RJW-Sexperience.git
synced 2024-08-14 23:54:08 +00:00
- 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:
parent
190c6fc3d6
commit
b6d34be263
8 changed files with 51 additions and 5 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue