Compare commits

..

2 commits

Author SHA1 Message Date
Zimtraucher
a3cf5fbcc9 Merge branch 'master' into 'master'
Decoupled Textures from version folders and added new bed gizmo icons.

See merge request Ed86/rjw-whoring!6
2024-03-18 10:53:45 +00:00
Ed86
78e9291743 update for 5.3.8 2024-03-18 00:03:49 +02:00
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>