From bb2086f9648706a6814992b991e648752ca71520 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Mon, 6 Apr 2020 16:54:10 -0400 Subject: [PATCH] text work --- src/uncategorized/saRules.tw | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/src/uncategorized/saRules.tw b/src/uncategorized/saRules.tw index afcc3222d05..ac688bbfc46 100644 --- a/src/uncategorized/saRules.tw +++ b/src/uncategorized/saRules.tw @@ -403,6 +403,8 @@ <<elseif ($slaves[$i].trust > 10)>> The spare living conditions of $brothelName @@.gold;keep $him aware of $his place.@@ <<set $slaves[$i].trust -= 1>> + <<else>> + $He's used to spare living conditions, so $he's not bothered by $brothelName's. <</if>> <<case "Chattel Religionist">> The open, yet comfortable, conditions of $brothelName's slave quarters are quite refreshing after a day of public sex, even if $he has to share it with all the other whores. @@ -413,7 +415,11 @@ <<if $slaves[$i].rules.living == "luxurious">> They provide @@.green;satisfying rest@@ every time $he drifts off to sleep. <<elseif $slaves[$i].rules.living == "spare">> - They provide meager rest, if anything. + <<if $slaves[$i].devotion > 20 && $slaves[$i].trust <= 10>> + They don't provide much rest, however. + <<else>> + They provide meager rest, if anything. + <</if>> <<else>> They provide @@.green;adequate <<if $slaves[$i].devotion > 20>> @@ -5720,13 +5726,19 @@ <<elseif ($slaves[$i].trust > 10)>> The spare living conditions @@.gold;keep $him aware of $his place.@@ <<set $slaves[$i].trust -= 1>> + <<else>> + $He's used to having only the bare minimum in terms of living conditions, so $he's not bothered by them. <</if>> <</if>> - <<if ["be a servant", "get milked", "please you", "serve the public", "whore", "work as a farmhand", "work a glory hole"].includes($activeSlave.assignment)>> + <<if ["be a servant", "get milked", "please you", "serve the public", "whore", "work as a farmhand", "work a glory hole"].includes($slaves[$i].assignment)>> <<if $slaves[$i].rules.living == "luxurious">> <<if ($slaves[$i].devotion <= 20)>>They provide<<else>>It provides a<</if>> @@.green;satisfying rest@@ every time $he drifts off to sleep. <<elseif $slaves[$i].rules.living == "spare">> - They provide meager rest, if anything. + <<if $slaves[$i].devotion > 20 && $slaves[$i].trust <= 10>> + They don't provide much rest, however. + <<else>> + They provide meager rest, if anything, however. + <</if>> <<else>> <<if ($slaves[$i].devotion <= 20)>>They provide<<else>>It provides<</if>> @@.green;adequate <<if $slaves[$i].devotion > 20>> -- GitLab