diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index 1bc29f06c7fc2c6c19ffa74b738d6701bbe90fdc..cd580d62e087151c8dd9ee1f1c5ceabc5959b9da 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -5345,14 +5345,14 @@ You tell her kindly that you understand, and that she'll be trained to address t <<if $activeSlave.preg > 10>> <br><<link "Not when you're pregnant">> <<replace "#result">> - You tell her that you would prefer not to inject your pregnant slaves with large doses of growth hormones, and she must respect your judgment in this regard. She leaves looking disappointed, but vows to return once she has given birth. She isn't satisfied with her body, but @@.mediumaquamarine;trusts@@ that <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>> cares for her and her unborn child's health. + You tell her that you would prefer not to inject your pregnant slaves with large doses of growth hormones, and she must respect your judgment in this regard. She leaves looking disappointed, but vows to return once she has given birth. She isn't satisfied with her body, but @@.mediumaquamarine;trusts@@ that her <<Master>> cares for her and her unborn child's health. <<set $activeSlave.trust += 1>> <</replace>> <</link>> <</if>> <br><<link "Decline">> <<replace "#result">> - You tell her that she's better as she is, and she must respect your judgment in this regard. She leaves looking more @@.hotpink;flattered@@ than disappointed. She's less insecure in her own body, and @@.mediumaquamarine;trusts@@ that <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>> has a plan for her. + You tell her that she's better as she is, and she must respect your judgment in this regard. She leaves looking more @@.hotpink;flattered@@ than disappointed. She's less insecure in her own body, and @@.mediumaquamarine;trusts@@ that her <<Master>> has a plan for her. <<set $activeSlave.devotion += 1>> <<set $activeSlave.trust += 1>> <</replace>> diff --git a/src/utility/descriptionWidgets.tw b/src/utility/descriptionWidgets.tw index 4033ce8c3ae5b4d6c6993e622ac66bac1ed333ac..3c2f0ce72e020d162fddf4958e0240b43b32387c 100644 --- a/src/utility/descriptionWidgets.tw +++ b/src/utility/descriptionWidgets.tw @@ -53,7 +53,7 @@ <<if ($organs[_dwj] != 0) && ($organs[_dwj].ID == _Slave.ID)>> <<set _validHost = 1>> <<if ($organs[_dwj].weeksToCompletion <= 0)>> - <br>@@.yellow;The fabricator has completed an organ for@@ <span id="name"><<print "[[_Slave.slaveName|Slave Interact][$activeSlave = $slaves[" + _i + "]]]">></span>, @@.yellow; which is ready to be implanted.@@ + <br>@@.yellow;The fabricator has completed an organ for@@ <span id="name"><<print "[[_Slave.slaveName|Slave Interact][$activeSlave = $slaves[" + _dwi + "]]]">></span>, @@.yellow; which is ready to be implanted.@@ <</if>> <</if>> <</for>> @@ -71,7 +71,7 @@ <<if ($limbs[_dwj] != 0) && ($limbs[_dwj].ID == _Slave.ID)>> <<set _validHost = 1>> <<if ($limbs[_dwj].weeksToCompletion <= 0)>> - <br>@@.yellow;The facility has completed a set of limbs for@@ <span id="name"><<print "[[_Slave.slaveName|Slave Interact][$activeSlave = $slaves[" + _i + "]]]">></span>, @@.yellow; which is ready to be attached.@@ + <br>@@.yellow;The facility has completed a set of limbs for@@ <span id="name"><<print "[[_Slave.slaveName|Slave Interact][$activeSlave = $slaves[" + _dwi + "]]]">></span>, @@.yellow; which is ready to be attached.@@ <</if>> <</if>> <</for>>