diff --git a/src/pregmod/cloningWorkaround.tw b/src/pregmod/cloningWorkaround.tw index b02f3672e78f3767bddfd52da75796477920f914..8be5b548e3c651d5b5cf9968dcd196c9a3405e8b 100644 --- a/src/pregmod/cloningWorkaround.tw +++ b/src/pregmod/cloningWorkaround.tw @@ -5,7 +5,7 @@ <<if $receptrix != "Undecided" && $receptrix.ID == -1>><<set _receive = PlayerName()>><<elseif $receptrix != "Undecided">><<set _receive = SlaveFullName($receptrix)>><<else>><<set _receive = $receptrix>><</if>> <h2>Genetic Source</h2> -<div>//Blank ovum prepared, please select genetic source and surrogate.//</div> +<div class="note">Blank ovum prepared, please select genetic source and surrogate.</div> <div>Chosen source: _impreg</div> <div class="majorText"> @@ -40,7 +40,7 @@ <</capture>> <</for>> <<if (_eligibility == 0)>> - <div>//You have no slaves capable of acting as a surrogate.//</div> + <div class="note">You have no slaves capable of acting as a surrogate.</div> <</if>> <<if $PC.vagina != -1 && $PC.preg >= 0 && $PC.preg < 4 && $PC.pregType < 8 && $PC.physicalAge < 70>> diff --git a/src/pregmod/surrogacyWorkaround.tw b/src/pregmod/surrogacyWorkaround.tw index bd91bb8e4d804ca87f40de112a44452f6c59cf0c..03e61e00b4e800f91a70004b27af42226f549d0f 100644 --- a/src/pregmod/surrogacyWorkaround.tw +++ b/src/pregmod/surrogacyWorkaround.tw @@ -9,9 +9,14 @@ <<if $impregnatrix != "Undecided" && $impregnatrix.ID == -1>><<set _impreg = PlayerName()>><<elseif $impregnatrix != "Undecided">><<set _impreg = SlaveFullName($impregnatrix)>><<else>><<set _impreg = $impregnatrix>><</if>> <<if $receptrix != "Undecided" && $receptrix.ID == -1>><<set _receive = PlayerName()>><<elseif $receptrix != "Undecided">><<set _receive = SlaveFullName($receptrix)>><<else>><<set _receive = $receptrix>><</if>> -//<<if _donatrixID == -1>>You've prepared yourself to have an egg taken from your ovaries<<else>>$activeSlave.slaveName is prepped to have an egg harvested from $his ovaries<</if>>; now you must select a target to fertilize it and who will carry it to term.// - -<br><br> +<p class="scene-intro"> + <<if _donatrixID == -1>> + You've prepared yourself to have an egg taken from your ovaries; + <<else>> + <<= getSlave($AS).slaveName>> is prepped to have an egg harvested from $his ovaries; + <</if>> + now you must select a target to fertilize it and who will carry it to term. +</p> _impreg will provide the seed and _receive shall carry it.