Skip to content
Snippets Groups Projects
Commit bd4f8fe9 authored by Stuffed's avatar Stuffed
Browse files

Fix 'female attraction'

parent 96317700
No related branches found
No related tags found
No related merge requests found
......@@ -1407,7 +1407,7 @@ __You are customizing this slave:__
[[Increase|Starting Girls][$activeSlave.attrXY = Math.clamp($activeSlave.attrXY+10, 0, 100)]]
<</if>>
<<option>>&nbsp;&nbsp;
X (male) attraction:&nbsp;
XX (female) attraction:&nbsp;
<<if $activeSlave.attrXX > 0>>
[[Decrease|Starting Girls][$activeSlave.attrXX = Math.clamp($activeSlave.attrXX-10, 0, 100)]]
<<if $activeSlave.attrXX < 100>>
......
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