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

whoring target

Tweaked visibility and position
parent b75e0673
No related branches found
No related tags found
1 merge request!5460Slave demand stage 2
...@@ -536,6 +536,15 @@ ...@@ -536,6 +536,15 @@
<</switch>> /* END CAN BE REASSIGNED */ <</switch>> /* END CAN BE REASSIGNED */
<<if $activeSlave.assignment == "whore" || $activeSlave.assignment == "work in the brothel">>
<br>Whoring Target: <strong><span id="whoreClass"><<if !$activeSlave.whoreClass>>auto<<elseif $activeSlave.whoreClass == 1>>the lower class<<elseif $activeSlave.whoreClass == 2>>the middle class<<elseif $activeSlave.whoreClass == 3>>the upper class<<elseif $activeSlave.whoreClass == 4>>millionaires<<else>>THERE HAS BEEN AN ERROR<</if>></span></strong>. //This is the highest class they are allowed to service, when eligable//
<<link "Auto">><<set $activeSlave.whoreClass = 0>><<replace "#whoreClass">>auto<</replace>><</link>> |
<<link "Lower Class">><<set $activeSlave.whoreClass = 1>><<replace "#whoreClass">>the lower class<</replace>><</link>> |
<<link "Middle Class">><<set $activeSlave.whoreClass = 2>><<replace "#whoreClass">>the middle class<</replace>><</link>> |
<<link "Upper Class">><<set $activeSlave.whoreClass = 3>><<replace "#whoreClass">>the upper class<</replace>><</link>> |
<<link "Millionaires">><<set $activeSlave.whoreClass = 4>><<replace "#whoreClass">>millionaires<</replace>><</link>>
<</if>>
<<if $showWardrobe == 1>> <<if $showWardrobe == 1>>
<br><br>__Appearance:__ <br><br>__Appearance:__
...@@ -1515,13 +1524,6 @@ Hormones: <strong><span id="hormones"> ...@@ -1515,13 +1524,6 @@ Hormones: <strong><span id="hormones">
<</if>> <</if>>
<br><br>__Behavior__:<br> <br><br>__Behavior__:<br>
Whoring Target: <strong><span id="whoreClass"><<if !$activeSlave.whoreClass>>auto<<elseif $activeSlave.whoreClass == 1>>the lower class<<elseif $activeSlave.whoreClass == 2>>the middle class<<elseif $activeSlave.whoreClass == 3>>the upper class<<elseif $activeSlave.whoreClass == 4>>millionaires<<else>>THERE HAS BEEN AN ERROR<</if>></span></strong>.
<<link "Auto">><<set $activeSlave.whoreClass = 0>><<replace "#whoreClass">>auto<</replace>><</link>> |
<<link "Lower Class">><<set $activeSlave.whoreClass = 1>><<replace "#whoreClass">>the lower class<</replace>><</link>> |
<<link "Middle Class">><<set $activeSlave.whoreClass = 2>><<replace "#whoreClass">>the middle class<</replace>><</link>> |
<<link "Upper Class">><<set $activeSlave.whoreClass = 3>><<replace "#whoreClass">>the upper class<</replace>><</link>> |
<<link "Millionaires">><<set $activeSlave.whoreClass = 4>><<replace "#whoreClass">>millionaires<</replace>><</link>><br>
<<if $activeSlave.fuckdoll > 0>> <<if $activeSlave.fuckdoll > 0>>
//Rules have little meaning for living sex toys// //Rules have little meaning for living sex toys//
<<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