Skip to content
Snippets Groups Projects
Commit b11c2e85 authored by Pregmodder's avatar Pregmodder
Browse files

slave cloning works now?

parent d97b40f9
No related branches found
No related tags found
No related merge requests found
......@@ -2,14 +2,14 @@
0.10.7.1-1.4.x
12/21/2018
12/21/2018
1
-enabled first run of cloning in cheatmode (slave cloning has issues)
-fixes
-more economy work
12/19/2018
12/19/2018
0
-dispensary broken down into pharm fabricator, organ farm, implant manufactory and gene lab
......
......@@ -186,8 +186,12 @@
$He does not understand the realities of $his life as a slave at a core level, so $he's @@.mediumorchid;terrified and angry@@ that you have forced $him to bear <<if $receptrix.ID == $donatrix.ID>>$his own clone and potential replacement<<else>>this child, even more so as $he realizes $he doesn't know who the father is<</if>>. $He is @@.gold;sensibly fearful@@ of your total power over $his body and the future of the life $he now harbors within $him.
<<set $receptrix.trust -= 15, $receptrix.devotion -= 15>>
<</if>>
<<set _surr = $slaves.findIndex(function(s) { return s.ID == $receptrix.ID; })>>
<<set $slaves[_surr] = $receptrix>>
<<if $activeSlave.ID != $receptrix.ID>>
<<set _surr = $slaves.findIndex(function(s) { return s.ID == $receptrix.ID; })>>
<<set $slaves[_surr] = $receptrix>>
<<else>>
<<set $activeSlave = $receptrix>>
<</if>>
<</if>>
<<set $receptrix = 0, $impregnatrix = 0, $donatrix = 0>>
......
......@@ -1466,7 +1466,7 @@ Aphrodisiacs: <span id="aphrodisiacs"><strong><<if $activeSlave.aphrodisiacs > 1
<<if $cloningSystem == 1>>
<br>&nbsp;&nbsp;&nbsp;&nbsp;
<<link "Clone $him" "Cloning Workaround">><<set $returnTo = "Main", $donatrix = $activeSlave>><</link>>
<<link "Clone $him" "Cloning Workaround">><<set $returnTo = "Slave Interact", $donatrix = $activeSlave>><</link>>
<</if>>
<<if $propOutcome == 1 && $arcologies[0].FSRestart != "unset">>
<<if $activeSlave.breedingMark == 0 && $activeSlave.fuckdoll == 0 && $activeSlave.eggType == "human" && isFertile($activeSlave)>>
......
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