Skip to content
Snippets Groups Projects
Commit a33dd402 authored by kopareigns's avatar kopareigns
Browse files

revert

parent fa19fdc0
No related branches found
No related tags found
No related merge requests found
......@@ -300,11 +300,19 @@ She looks pensive, and goes through two false starts before she clears her throa
"@@.hotpink;That wa<<s>> fun,@@ <<Master>>!" she <<say>>s. "<<Sh>>all we flip her over and go again?"
<<Enunciate $activeSlave>>
"@@.hotpink;Plea<<s>>e nooo,@@" comes a quiet wail from the floor.
<<set $activeSlave.devotion += 2, $activeSlave.analCount += 1, $activeSlave.oralCount += 1>>
<<set $analTotal += 1, $oralTotal += 1>>
<<set $HeadGirl.devotion += 2, $HeadGirl.penetrativeCount += 1>>
<<set $penetrativeTotal += 1>>
<<set $slaves[$slaveIndices[$HeadGirl.ID]] = $HeadGirl>>
<<set $activeSlave.devotion += 2>>
<<set $activeSlave.analCount += 1>>
<<set $analTotal += 1>>
<<set $activeSlave.oralCount += 1>>
<<set $oralTotal += 1>>
<<for $i = 0; $i < $slaves.length; $i++>>
<<if $slaves[$i].ID == $HeadGirl.ID>>
<<set $slaves[$i].devotion += 2>>
<<set $activeSlave.penetrativeCount += 1>>
<<set $penetrativeTotal += 1>>
<<break>>
<</if>>
<</for>>
<</replace>>
<</link>>
<</if>>
......@@ -330,11 +338,19 @@ She looks pensive, and goes through two false starts before she clears her throa
"@@.hotpink;That wa<<s>> fun,@@ <<Master>>!" she <<say>>s. "<<Sh>>all we flip her over and go again?"
<<Enunciate $activeSlave>>
"@@.hotpink;Plea<<s>>e nooo,@@" comes a quiet wail from the floor.
<<set $activeSlave.devotion += 2, $activeSlave.analCount += 1, $activeSlave.oralCount += 1>>
<<set $analTotal += 1, $oralTotal += 1>>
<<set $Concubine.devotion += 2, $Concubine.penetrativeCount += 1>>
<<set $penetrativeTotal += 1>>
<<set $slaves[$slaveIndices[$Concubine.ID]] = $Concubine>>
<<set $activeSlave.devotion += 2>>
<<set $activeSlave.analCount += 1>>
<<set $analTotal += 1>>
<<set $activeSlave.oralCount += 1>>
<<set $oralTotal += 1>>
<<for $i = 0; $i < $slaves.length; $i++>>
<<if $slaves[$i].ID == $Concubine.ID>>
<<set $slaves[$i].devotion += 2>>
<<set $activeSlave.penetrativeCount += 1>>
<<set $penetrativeTotal += 1>>
<<break>>
<</if>>
<</for>>
<</replace>>
<</link>>
<</if>>
......@@ -404,6 +420,7 @@ She looks pensive, and goes through two false starts before she clears her throa
<<if $activeSlave.vagina > -1>>
<<set $activeSlave.vaginalCount += 1>>
<<set $vaginalCount += 1>>
<<else>>
<</if>>
<</replace>>
<</link>>
......
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