diff --git a/1.4/Assemblies/RimJobWorldWhoring.dll b/1.4/Assemblies/RimJobWorldWhoring.dll index 3028e50..e0c11ef 100644 Binary files a/1.4/Assemblies/RimJobWorldWhoring.dll and b/1.4/Assemblies/RimJobWorldWhoring.dll differ diff --git a/1.4/Source/Mod/Whoring_Helper.cs b/1.4/Source/Mod/Whoring_Helper.cs index 72739eb..e811658 100644 --- a/1.4/Source/Mod/Whoring_Helper.cs +++ b/1.4/Source/Mod/Whoring_Helper.cs @@ -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; diff --git a/About/Manifest.xml b/About/Manifest.xml index 3070f97..1236b1c 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,7 +1,7 @@ RimJobWorld Whoring - 1.0.6 + 1.0.7
  • RimJobWorld