Compare commits

..

1 Commits

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

See merge request Ed86/rjw-whoring!7
2024-03-16 13:08:51 +00: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.IsSingleOrPartnersNotHere(client) || xxx.is_lecher(client) || Rand.Value < 0.9f)
if (xxx.isSingleOrPartnerNotHere(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)