From a33dd402365021c987018cbdf7e7b6de278f6829 Mon Sep 17 00:00:00 2001 From: kopareigns <kopareigns@gmail.com> Date: Fri, 13 Apr 2018 02:26:48 -0400 Subject: [PATCH] revert --- src/uncategorized/RECI.tw | 37 +++++++++++++++++++++++++++---------- 1 file changed, 27 insertions(+), 10 deletions(-) diff --git a/src/uncategorized/RECI.tw b/src/uncategorized/RECI.tw index 3180948ae84..efd48750644 100644 --- a/src/uncategorized/RECI.tw +++ b/src/uncategorized/RECI.tw @@ -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>> -- GitLab