diff --git a/src/uncategorized/RECI.tw b/src/uncategorized/RECI.tw index 3180948ae84e2726cd06f8f2db4a9534b51c9682..efd48750644a1b69e6bb1617a4e67592077671ed 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>>