Skip to content
Snippets Groups Projects
Commit 6a78ea29 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

bugfix virgin birth

parent 21666360
Branches
Tags
1 merge request!4156Bugfix virgin birth
...@@ -536,7 +536,7 @@ This decriptions can be expanded with more outcomes later. But it's not practica ...@@ -536,7 +536,7 @@ This decriptions can be expanded with more outcomes later. But it's not practica
<</if>> <</if>>
<</if>> <</if>>
<<if ($slaves[$i].vagina == 0) || ($slaves[$i].mpreg == 1 && $slaves[$i].anus == 0)>> <<if ($slaves[$i].mpreg != 1 && $slaves[$i].vagina == 0) || ($slaves[$i].mpreg == 1 && $slaves[$i].anus == 0)>>
<<if $slaves[$i].fetish != "mindbroken">> <<if $slaves[$i].fetish != "mindbroken">>
<br><br> <br><br>
<<if ($slaves[$i].fetish == "masochist")>> <<if ($slaves[$i].fetish == "masochist")>>
...@@ -546,6 +546,11 @@ This decriptions can be expanded with more outcomes later. But it's not practica ...@@ -546,6 +546,11 @@ This decriptions can be expanded with more outcomes later. But it's not practica
Since $he was a virgin, giving birth was a @@.red;terribly painful@@ experience. $He @@.mediumorchid;despises@@ you for taking $his virginity in such a @@.gold;horrifying@@ way. Since $he was a virgin, giving birth was a @@.red;terribly painful@@ experience. $He @@.mediumorchid;despises@@ you for taking $his virginity in such a @@.gold;horrifying@@ way.
<<set $slaves[$i].health -= 10, $slaves[$i].devotion -= 25, $slaves[$i].trust -= 25>> <<set $slaves[$i].health -= 10, $slaves[$i].devotion -= 25, $slaves[$i].trust -= 25>>
<</if>> <</if>>
<<if ($slaves[$i].mpreg != 1 && $slaves[$i].vagina == 0)>>
<<set $slaves[$i].vagina++>>
<<elseif ($slaves[$i].mpreg == 1 && $slaves[$i].anus == 0)>>
<<set $slaves[$i].anus++>>
<</if>>
<</if>> <</if>>
<</if>> <</if>>
<<if ($slaves[$i].hips < -1)>> <<if ($slaves[$i].hips < -1)>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment