Compare commits

...

2 Commits

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

See merge request Ed86/rjw-whoring!6
2024-03-08 01:05:06 +00:00
Ed86 82e23f0a4b fix give respect after whoring 2024-03-07 18:33:55 +02: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 && targetPawn.GuestStatus != GuestStatus.Guest)) if (targetPawn.Faction == whore.Faction)
{ {
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.6</version> <version>1.0.7</version>
<dependencies> <dependencies>
<li>RimJobWorld</li> <li>RimJobWorld</li>
</dependencies> </dependencies>