diff --git a/src/uncategorized/saChoosesOwnJob.tw b/src/uncategorized/saChoosesOwnJob.tw
index 9473d38510e98542f5f9c9b6830590a416a369ab..a19695ac30e5da34402dd6df6c34f408cc9975d0 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">>