Compare commits

...

2 Commits

Author SHA1 Message Date
FireSplitter 1bb57cc215 Merge branch 'master' into 'master'
Fix compatibility with VRE - Androids

See merge request Ed86/rjw-whoring!7
2024-03-17 19:11:20 +00:00
FireSplitter efa0b296a5 Fix compatibility with latest RJW 2024-03-17 21:10:35 +02:00
2 changed files with 1 additions and 1 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)