From ee04b6816d61ceb69438252cd759564fa01f0b78 Mon Sep 17 00:00:00 2001 From: scientist <michiel.weggen@gmail.com> Date: Fri, 25 May 2018 13:13:45 -0400 Subject: [PATCH] Update saChoosesOwnJob.tw Should whore when low on money, not high on money. --- 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 7ea8ae5d0e9..9473d38510e 100644 --- a/src/uncategorized/saChoosesOwnJob.tw +++ b/src/uncategorized/saChoosesOwnJob.tw @@ -54,7 +54,7 @@ <<elseif ($slaves[$i].relationship == -1)>> <<set $slaves[$i].choosesOwnAssignmentText += " relies on promiscuity to fulfill $possessive emotional needs,">> - <<if ($cash > 10000)>> + <<if ($cash < 10000)>> <<set $slaves[$i].choosesOwnAssignmentText += " and doesn't mind being a whore, so $pronoun prostitutes _oself">> <<if ($universalRulesAssignsSelfFacility == 1) && ($brothel > $brothelSlaves)>> <<set $slaves[$i].choosesOwnAssignmentText += " in $brothelName.">> -- GitLab