Skip to content
Snippets Groups Projects
Commit 8fd48f0c authored by Jones's avatar Jones
Browse files

Sexual skills added for Concubine rep gains

parent 03341192
No related branches found
No related tags found
1 merge request!3679Scaling repX tweaks
......@@ -172,7 +172,7 @@
<<set $slaves[$i].devotion++>>
<</if>>
<<set $beauty = Beauty($Concubine)>>
<<run repX($beauty * 5, "concubine", $Concubine)>>
<<run repX($beauty * 5 + ($Concubine.vaginalSkill || 0) + $Concubine.analSkill + $Concubine.oralSkill + $Concubine.whoreSkill + $Concubine.entertainSkill, "concubine", $Concubine)>>
<<else>> /* not Concubine */
''__@@.pink;<<= SlaveFullName($slaves[$i])>>@@__''
<<if $slaves[$i].choosesOwnAssignment == 2>>
......
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