Skip to content
Snippets Groups Projects
Commit 58b43820 authored by ErzengelLichtes's avatar ErzengelLichtes
Browse files

Fixed relationship to correctly use $activeSlave instead of $slave.

Also moved the possessive inside the if to prevent extraneous space in front of the apostrophe.
parent 594f57ed
No related branches found
No related tags found
No related merge requests found
...@@ -125,14 +125,14 @@ Next, you see to $activeSlave.slaveName. ...@@ -125,14 +125,14 @@ Next, you see to $activeSlave.slaveName.
<</if>> <</if>>
<<elseif ($activeSlave.relationshipTarget == $slaverapistx.ID) && ($activeSlave.relationship > 2)>> <<elseif ($activeSlave.relationshipTarget == $slaverapistx.ID) && ($activeSlave.relationship > 2)>>
and seems calm and inviting to $his and seems calm and inviting to $his
<<if $slave.relationship == 3>> <<if $activeSlave.relationship == 3>>
sex friend sex friend's
<<elseif $slave.relationship == 4>> <<elseif $activeSlave.relationship == 4>>
lover lover's
<<else>> <<else>>
slave wife slave wife's
<</if>> <</if>>
's <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> that will be penetrating $him. <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> that will be penetrating $him.
<<if _incestMood == "Top">> <<if _incestMood == "Top">>
<<set _incestMood = "Both">> <<set _incestMood = "Both">>
<<else>> <<else>>
......
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