Skip to content
Snippets Groups Projects
Commit 69f7614f authored by lowercasedonkey's avatar lowercasedonkey
Browse files

more stale as

parent 42483d64
No related branches found
No related tags found
1 merge request!6724Ova transplant fix
...@@ -59,12 +59,12 @@ ...@@ -59,12 +59,12 @@
<<case "transplant">> <<case "transplant">>
<<if $receptrix.ID == -1>> <<if $receptrix.ID == -1>>
Since the surgery required only a local anesthetic, you are very aware that you are now carrying $activeSlave.slaveName's child. You slowly rise to your feet, a hand to your lower belly, appreciating the new life growing within you. Since the surgery required only a local anesthetic, you are very aware that you are now carrying <<= getSlave($AS).slaveName>>'s child. You slowly rise to your feet, a hand to your lower belly, appreciating the new life growing within you.
<<set _fetus = WombRemoveFetus($activeSlave, $wombIndex)>> <<set _fetus = WombRemoveFetus(getSlave($AS), $wombIndex)>>
<<run WombAddFetus($PC, _fetus)>> <<run WombAddFetus($PC, _fetus)>>
<<set $PC.pregKnown = 1, $PC.preg = WombMaxPreg($PC), $activeSlave.preg = WombMaxPreg($activeSlave)>> <<set $PC.pregKnown = 1, $PC.preg = WombMaxPreg($PC), getSlave($AS).preg = WombMaxPreg(getSlave($AS))>>
<<run WombNormalizePreg($PC)>> <<run WombNormalizePreg($PC)>>
<<run WombNormalizePreg($activeSlave)>> <<run WombNormalizePreg(getSlave($AS))>>
<<else>> <<else>>
<<set _fetus = WombRemoveFetus($donatrix, $wombIndex)>> <<set _fetus = WombRemoveFetus($donatrix, $wombIndex)>>
<<run WombAddFetus($receptrix, _fetus)>> <<run WombAddFetus($receptrix, _fetus)>>
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
<<set $PC = $donatrix>> <<set $PC = $donatrix>>
<<else>> <<else>>
<<set _surr = $slaves.findIndex(function(s) { return s.ID == $donatrix.ID; })>> <<set _surr = $slaves.findIndex(function(s) { return s.ID == $donatrix.ID; })>>
<<set $activeSlave = $donatrix>> <<set getSlave($AS) = $donatrix>>
<</if>> <</if>>
<<setLocalPronouns $receptrix>> <<setLocalPronouns $receptrix>>
<<if $receptrix.fetish == "mindbroken">> <<if $receptrix.fetish == "mindbroken">>
......
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