Skip to content
Snippets Groups Projects
Commit 3f5d3e31 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

vagina

parent ccfd35d7
No related branches found
No related tags found
No related merge requests found
...@@ -182,7 +182,7 @@ tits. ...@@ -182,7 +182,7 @@ tits.
<<if (random(1,100) > (100+$activeSlave.devotion))>> <<if (random(1,100) > (100+$activeSlave.devotion))>>
<<if ($activeSlave.fetish !== "boobs") && ($activeSlave.energy <= 95) && ($activeSlave.behavioralFlaw == "none")>> <<if ($activeSlave.fetish !== "boobs") && ($activeSlave.energy <= 95) && ($activeSlave.behavioralFlaw == "none")>>
<<if $PC.vagina > 0>> <<if $PC.vagina >= 0>>
Being manhandled and used by you has given $him a @@.flaw.gain;hatred of women.@@ Being manhandled and used by you has given $him a @@.flaw.gain;hatred of women.@@
<<set $activeSlave.behavioralFlaw = "hates women">> <<set $activeSlave.behavioralFlaw = "hates women">>
<<else>> <<else>>
...@@ -193,7 +193,7 @@ tits. ...@@ -193,7 +193,7 @@ tits.
<<elseif (random(1,100) > (110-$activeSlave.devotion))>> <<elseif (random(1,100) > (110-$activeSlave.devotion))>>
<<if ($activeSlave.fetish == "none") <<if ($activeSlave.fetish == "none")
&& !(($activeSlave.behavioralFlaw === "hates men") && ($PC.dick > 0) && ($PC.vagina < 0)) && !(($activeSlave.behavioralFlaw === "hates men") && ($PC.dick > 0) && ($PC.vagina < 0))
&& !(($activeSlave.behavioralFlaw === "hates women") && ($PC.vagina)) && !(($activeSlave.behavioralFlaw === "hates women") && ($PC.vagina >= 0))
>> >>
Having attention and love lavished on $his boobs by $his <<= WrittenMaster($activeSlave)>> has $him thinking of $his @@.fetish.gain;breasts as sexual organs.@@ Having attention and love lavished on $his boobs by $his <<= WrittenMaster($activeSlave)>> has $him thinking of $his @@.fetish.gain;breasts as sexual organs.@@
<<set $activeSlave.fetish = "boobs", $activeSlave.fetishKnown = 1>> <<set $activeSlave.fetish = "boobs", $activeSlave.fetishKnown = 1>>
......
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