1.0.1.11b

This commit is contained in:
moreoreganostodump 2021-09-13 13:38:27 +09:00
parent 70cad46419
commit 6334ff4b9c
3 changed files with 7 additions and 3 deletions

View File

@ -144,8 +144,11 @@ namespace RJWSexperience.Ideology
xxx.rjwSextype sextype = props.sexType;
//Log.Message("Aftersex " + pawn.Label + ": " + sextype);
if (xxx.is_human(pawn)) AfterSexHuman(pawn, partner, usedCondom, rape, isCoreLovin, sextype);
else if (xxx.is_human(partner)) AfterSexHuman(partner, pawn, usedCondom, false, isCoreLovin, sextype, true);
if (partner != null)
{
if (xxx.is_human(pawn)) AfterSexHuman(pawn, partner, usedCondom, rape, isCoreLovin, sextype);
else if (xxx.is_human(partner)) AfterSexHuman(partner, pawn, usedCondom, false, isCoreLovin, sextype, true);
}
}

View File

@ -3,9 +3,10 @@ Version Beta 1.0.2.0
- added sex history
-
Version Beta 1.0.1.11b
- fixed erros on masturbations
Version Beta 1.0.1.11a
- fixed errors on gangbang rituals
Version Beta 1.0.1.11
- requires RimWorld 1.3.3117 or later
- requires RJW 4.8.1 or later