mirror of
https://gitgud.io/Ed86/rjw-whoring.git
synced 2024-08-15 00:03:25 +00:00
update for 5.3.8
This commit is contained in:
parent
82e23f0a4b
commit
78e9291743
3 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -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)
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue