Fix compatibility with latest RJW

This commit is contained in:
FireSplitter 2024-03-17 21:10:35 +02:00
parent bf7b477fed
commit efa0b296a5
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)