Skip to content
Snippets Groups Projects
Commit b29cb567 authored by MouseOfLight's avatar MouseOfLight
Browse files

More text fixes.

parent 1121065e
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -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>> <<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> <h2>Genetic Source</h2>
<div>//Blank ovum prepared, please select genetic source://</div> <div>//Blank ovum prepared, please select genetic source and surrogate.//</div>
<div>Chosen source: _impreg</div> <div>Chosen source: _impreg</div>
<div class="majorText"> <div class="majorText">
...@@ -60,7 +60,9 @@ _impreg will be cloned and _receive shall act as the incubator. ...@@ -60,7 +60,9 @@ _impreg will be cloned and _receive shall act as the incubator.
[[Implant clone ovum|Surrogacy][cashX(forceNeg($surgeryCost*2), "slaveSurgery"), $surgeryType = "clone"]] [[Implant clone ovum|Surrogacy][cashX(forceNeg($surgeryCost*2), "slaveSurgery"), $surgeryType = "clone"]]
<<elseif _impreg != "Undecided">> <<elseif _impreg != "Undecided">>
_impreg will be cloned. //Please select a surrogate// _impreg will be cloned. //Please select a surrogate//
<<else>> <<elseif _receive != "Undecided">>
_receive shall act as the incubator. //Please select a genetic source// _receive shall act as the incubator. //Please select a genetic source//
<<else>>
//Please select a genetic source and surrogate//
<</if>> <</if>>
</div> </div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment