diff --git a/1.4/Assemblies/RimJobWorldWhoring.dll b/1.4/Assemblies/RimJobWorldWhoring.dll index e0c11ef..3028e50 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 e811658..72739eb 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) + if ((targetPawn.Faction != whore.Faction && targetPawn.GuestStatus != GuestStatus.Guest)) { if (WhoringBase.DebugWhoring) ModLog.Message($" No need to pay respect"); return 0; diff --git a/About/Manifest.xml b/About/Manifest.xml index 1236b1c..3070f97 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,7 +1,7 @@ RimJobWorld Whoring - 1.0.7 + 1.0.6
  • RimJobWorld