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

Duplication fix

parent af25ed3d
Branches
Tags
1 merge request!2810Duplication fix
...@@ -13,7 +13,7 @@ __Select an eligible slave to serve as the semen donatrix:__ ...@@ -13,7 +13,7 @@ __Select an eligible slave to serve as the semen donatrix:__
<<for _i = 0; _i < $slaves.length; _i++>> <<for _i = 0; _i < $slaves.length; _i++>>
<<if ($slaves[_i].ID != $activeSlave.ID) && canImpreg($activeSlave, $slaves[_i])>> <<if ($slaves[_i].ID != $activeSlave.ID) && canImpreg($activeSlave, $slaves[_i])>>
<<set _name = SlaveFullName($slaves[_i])>> <<set _name = SlaveFullName($slaves[_i])>>
<br><<print "[[_name|FSlaveImpreg Consummate][$impregnatrix = $slaves[" + _i + "], _i = " + _i + "]]">> <br><<print "[[_name|FSlaveImpreg Consummate][$impregnatrix = $slaves[" + _i + "]]]">>
<<set $eligibility = 1>> <<set $eligibility = 1>>
<</if>> <</if>>
<</for>> <</for>>
......
...@@ -378,5 +378,5 @@ $activeSlave.slaveName and $impregnatrix.slaveName are likely to produce ...@@ -378,5 +378,5 @@ $activeSlave.slaveName and $impregnatrix.slaveName are likely to produce
slave with a decent ass. slave with a decent ass.
<</if>> <</if>>
<<set $slaves[$i] = $impregnatrix>> /* save changes -- $i is already set to the index of the impregnatrix by fSlaveImpreg */ <<set $slaves[$slaveIndices[$impregnatrix.ID]] = $impregnatrix>> /* save changes */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment