Compare commits

..

1 commit

Author SHA1 Message Date
Zimtraucher
885a6b356e Merge branch 'master' into 'master'
Decoupled Textures from version folders and added new bed gizmo icons.

See merge request Ed86/rjw-whoring!6
2024-01-16 22:30:37 +00:00
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) 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"); if (WhoringBase.DebugWhoring) ModLog.Message($" No need to pay respect");
return 0; return 0;

View file

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