update for 5.3.8

This commit is contained in:
Ed86 2024-03-18 00:03:49 +02:00
parent 82e23f0a4b
commit 78e9291743
3 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ namespace rjwwhoring
{
//Rand.PopState();
//Rand.PushState(RJW_Multiplayer.PredictableSeed());
if (xxx.isSingleOrPartnerNotHere(client) || xxx.is_lecher(client) || Rand.Value < 0.9f)
if (xxx.IsSingleOrPartnersNotHere(client) || xxx.is_lecher(client) || Rand.Value < 0.9f)
{
if (client != LovePartnerRelationUtility.ExistingLovePartner(whore))
{ //Exception for prisoners to account for PrisonerWhoreSexualEmergencyTree, which allows prisoners to try to hook up with anyone who's around (mostly other prisoners or warden)

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<identifier>RimJobWorld Whoring</identifier>
<version>1.0.7</version>
<version>1.0.8</version>
<dependencies>
<li>RimJobWorld</li>
</dependencies>