fix give respect after whoring

This commit is contained in:
Ed86 2024-03-07 18:33:55 +02:00
parent fa56ea2c37
commit 82e23f0a4b
3 changed files with 2 additions and 2 deletions

View File

@ -314,7 +314,7 @@ namespace rjwwhoring
public static int PayRespectToWhore(Pawn targetPawn, int priceOfWhore, Pawn whore)
{
if ((targetPawn.Faction != whore.Faction && targetPawn.GuestStatus != GuestStatus.Guest))
if (targetPawn.Faction == whore.Faction)
{
if (WhoringBase.DebugWhoring) ModLog.Message($" No need to pay respect");
return 0;

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<identifier>RimJobWorld Whoring</identifier>
<version>1.0.6</version>
<version>1.0.7</version>
<dependencies>
<li>RimJobWorld</li>
</dependencies>