Skip to content
Snippets Groups Projects
Commit 2d2a018f authored by Pregmodder's avatar Pregmodder
Browse files

Fix non-twin height in reRelativeRecruiter

parent 493a1103
No related branches found
No related tags found
No related merge requests found
...@@ -129,7 +129,6 @@ ...@@ -129,7 +129,6 @@
<<set $activeSlave.counter.birthsTotal = 0>> <<set $activeSlave.counter.birthsTotal = 0>>
<<set $activeSlave.prostate = 0>> <<set $activeSlave.prostate = 0>>
<<run randomizeAttraction($activeSlave)>> <<run randomizeAttraction($activeSlave)>>
<<ResyncHeight $activeSlave>>
<</if>> <</if>>
<<if $activeSlave.nipples == "fuckable">> <<if $activeSlave.nipples == "fuckable">>
<<set $activeSlave.nipples = either("cute", "inverted", "partially inverted", "puffy")>> <<set $activeSlave.nipples = either("cute", "inverted", "partially inverted", "puffy")>>
...@@ -371,6 +370,9 @@ ...@@ -371,6 +370,9 @@
<<else>> <<else>>
<<set $activeSlave.pubertyXY = 0>> <<set $activeSlave.pubertyXY = 0>>
<</if>> <</if>>
<<if _relationType != "twin">>
<<ResyncHeight $activeSlave>>
<</if>>
<<set $activeSlave.devotion = random(25,45)>> <<set $activeSlave.devotion = random(25,45)>>
<<set $activeSlave.trust = random(-15,15)>> <<set $activeSlave.trust = random(-15,15)>>
<<set $activeSlave.ageImplant = 0>> <<set $activeSlave.ageImplant = 0>>
......
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