From 64a573d98edb292ccf91ec09a280cfd974ef5b84 Mon Sep 17 00:00:00 2001
From: scientist <michiel.weggen@gmail.com>
Date: Fri, 25 May 2018 13:25:40 -0400
Subject: [PATCH] Update saChoosesOwnJob.tw Otherwise last else branch is not
 reachable

---
 src/uncategorized/saChoosesOwnJob.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/saChoosesOwnJob.tw b/src/uncategorized/saChoosesOwnJob.tw
index 9473d38510e..a19695ac30e 100644
--- a/src/uncategorized/saChoosesOwnJob.tw
+++ b/src/uncategorized/saChoosesOwnJob.tw
@@ -447,7 +447,7 @@
 					<<set $slaves[$i].choosesOwnAssignmentText += " decides to whore, since $pronoun thinks _oself a better whore than a public slut.">>
 					<<assignJob $slaves[$i] "whore">>
 				<</if>>
-			<<elseif ($slaves[$i].entertainSkill >= $slaves[$i].whoreSkill)>>
+			<<elseif ($slaves[$i].entertainSkill > $slaves[$i].whoreSkill)>>
 				<<if ($universalRulesAssignsSelfFacility == 1) && ($club > $clubSlaves)>>
 					<<set $slaves[$i].choosesOwnAssignmentText += " decides to be a club girl, since $pronoun thinks _oself a better public slut than a whore.">>
 					<<assignJob $slaves[$i] "serve in the club">>
-- 
GitLab