mirror of
https://gitgud.io/Ed86/rjw-fh.git
synced 2024-08-15 00:43:39 +00:00
fix error
This commit is contained in:
parent
e6c3d457e7
commit
b80ca6c6f0
1 changed files with 6 additions and 2 deletions
|
@ -118,7 +118,7 @@ namespace rjwfh
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (props.sexType == xxx.rjwSextype.Anal)
|
else if (props.sexType == xxx.rjwSextype.Anal)
|
||||||
{
|
{
|
||||||
//Log.Message("Anal");
|
//Log.Message("Anal");
|
||||||
var interaction = rjw.Modules.Interactions.Helpers.InteractionHelper.GetWithExtension(props.dictionaryKey);
|
var interaction = rjw.Modules.Interactions.Helpers.InteractionHelper.GetWithExtension(props.dictionaryKey);
|
||||||
|
@ -187,12 +187,16 @@ namespace rjwfh
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (props.sexType == xxx.rjwSextype.DoublePenetration)
|
else if (props.sexType == xxx.rjwSextype.DoublePenetration)
|
||||||
{
|
{
|
||||||
//Log.Message("BP");
|
//Log.Message("BP");
|
||||||
//todo, maybe
|
//todo, maybe
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
var stage = -1;
|
var stage = -1;
|
||||||
size = size_check(pp, hole);
|
size = size_check(pp, hole);
|
||||||
|
|
Loading…
Reference in a new issue