From c97de69fae2fe88d76c02e9bc06b52398273ea1a Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Thu, 25 May 2017 19:54:03 -0400 Subject: [PATCH] Fixes. --- src/uncategorized/RESS.tw | 4 ++-- src/utility/descriptionWidgets.tw | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index 1bc29f06c7f..cd580d62e08 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 4033ce8c3ae..3c2f0ce72e0 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>> -- GitLab