1.0.1.11a

This commit is contained in:
moreoreganostodump 2021-09-13 01:21:29 +09:00
parent f09f031bb5
commit 70cad46419
3 changed files with 11 additions and 9 deletions

View File

@ -74,13 +74,13 @@ namespace RJWSexperience.Ideology
if (dri == null)
{
Job gettin_raped = JobMaker.MakeJob(PartnerJob, pawn);
Building_Bed Bed = null;
if (Partner.GetPosture() == PawnPosture.LayingInBed)
Bed = Partner.CurrentBed();
//Building_Bed Bed = null;
//if (Partner.GetPosture() == PawnPosture.LayingInBed)
// Bed = Partner.CurrentBed();
Partner.jobs.StartJob(gettin_raped, JobCondition.InterruptForced, null, false, true, null);
if (Bed != null)
(Partner.jobs.curDriver as JobDriver_SexBaseRecieverRaped)?.Set_bed(Bed);
//if (Bed != null)
// (Partner.jobs.curDriver as JobDriver_SexBaseRecieverRaped)?.Set_bed(Bed);
}
};
yield return StartPartnerJob;
@ -94,9 +94,8 @@ namespace RJWSexperience.Ideology
{
Partner.pather.StopDead();
Partner.jobs.curDriver.asleep = false;
// Unlike normal rape try use comfort prisoner condom
CondomUtility.GetCondomFromRoom(Partner);
Sexprops.usedCondom = CondomUtility.TryUseCondom(Partner);
//CondomUtility.GetCondomFromRoom(Partner);
//Sexprops.usedCondom = CondomUtility.TryUseCondom(Partner);
if (RJWSettings.DebugRape) ModLog.Message("JobDriver_RapeComfortPawn::MakeNewToils() - reserving prisoner");
//pawn.Reserve(Partner, xxx.max_rapists_per_prisoner, 0);

View File

@ -1,8 +1,11 @@
Version Beta 1.0.2.0
-
- added virgin
- added sex history
-
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