Skip to content
Snippets Groups Projects
Commit aa38fda2 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

HG suite

parent d9c05baf
Branches
Tags
No related merge requests found
...@@ -21,34 +21,46 @@ ...@@ -21,34 +21,46 @@
<</if>> <</if>>
<<if $HeadGirl != 0>> <<if $HeadGirl != 0>>
<br>//Any slave assigned to live with your Head Girl will become, for most practical purposes, $his slave.// <div class="note">
Any slave assigned to live with your Head Girl will become, for most practical purposes, $his slave.
<br> </div>
<<if $HGSuiteEquality == 1>> <<if $HGSuiteEquality == 1>>
The two slaves living in $HGSuiteName are ''equals,'' and will alternate weeks as Head Girl and Head Girl's bitch. [[Stop|Head Girl Suite][$HGSuiteEquality = 0]] The two slaves living in $HGSuiteName are ''equals,'' and will alternate weeks as Head Girl and Head Girl's bitch. [[Stop|Head Girl Suite][$HGSuiteEquality = 0]]
<<else>>
The current Head Girl will ''remain Head Girl.'' [[Have them alternate|Head Girl Suite][$HGSuiteEquality = 1,$HGSuiteSurgery = 0,$HGSuiteDrugs = 0,$HGSuiteHormones = 0]] //This will only take effect if the other slave is an appropriate candidate//
<br>
<<if $HGSuiteSurgery == 1>>
$He is ''allowed'' to use surgical modification on $his slave. [[Disallow|Head Girl Suite][$HGSuiteSurgery = 0]]
<<else>>
$He is ''not allowed'' to use surgical modification on $his slave. [[Allow|Head Girl Suite][$HGSuiteSurgery = 1]]
<</if>>
<br>
<<if $HGSuiteDrugs == 1>>
$He is ''allowed'' to use growth hormones on $his slave. [[Disallow|Head Girl Suite][$HGSuiteDrugs = 0]]
<<else>> <<else>>
$He is ''not allowed'' to use growth hormones on $his slave. [[Allow|Head Girl Suite][$HGSuiteDrugs = 1]] The current Head Girl will ''remain Head Girl.''
[[Have them alternate|Head Girl Suite][$HGSuiteEquality = 1,$HGSuiteSurgery = 0,$HGSuiteDrugs = 0,$HGSuiteHormones = 0]]
<span class="note">
This will only take effect if the other slave is an appropriate candidate
</span>
<div class="choices">
<<if $HGSuiteSurgery == 1>>
$He is ''allowed'' to use surgical modification on $his slave. [[Disallow|Head Girl Suite][$HGSuiteSurgery = 0]]
<<else>>
$He is ''not allowed'' to use surgical modification on $his slave. [[Allow|Head Girl Suite][$HGSuiteSurgery = 1]]
<</if>>
</div>
<div class="choices">
<<if $HGSuiteDrugs == 1>>
$He is ''allowed'' to use growth hormones on $his slave. [[Disallow|Head Girl Suite][$HGSuiteDrugs = 0]]
<<else>>
$He is ''not allowed'' to use growth hormones on $his slave. [[Allow|Head Girl Suite][$HGSuiteDrugs = 1]]
<</if>>
</div>
<div class="choices">
<<if $HGSuiteHormones == 1>>
$He is ''allowed'' to customize $his slave with hormone treatments. [[Disallow|Head Girl Suite][$HGSuiteHormones = 0]]
<<else>>
$He is ''not allowed'' to customize $his slave with hormone treatments. [[Allow|Head Girl Suite][$HGSuiteHormones = 1]]
<</if>>
</div>
<</if>> <</if>>
<br> <p>
<<if $HGSuiteHormones == 1>> <<print App.UI.SlaveList.listSJFacilitySlaves(App.Entity.facilities.headGirlSuite)>>
$He is ''allowed'' to customize $his slave with hormone treatments. [[Disallow|Head Girl Suite][$HGSuiteHormones = 0]] </p>
<<else>>
$He is ''not allowed'' to customize $his slave with hormone treatments. [[Allow|Head Girl Suite][$HGSuiteHormones = 1]]
<</if>>
<</if>>
<br><br>
<<print App.UI.SlaveList.listSJFacilitySlaves(App.Entity.facilities.headGirlSuite)>>
<</if>> <</if>>
<br><br>Rename $HGSuiteName: <<textbox "$HGSuiteName" $HGSuiteName "Head Girl Suite">> //Use a noun or similar short phrase// <p>
Rename $HGSuiteName: <<textbox "$HGSuiteName" $HGSuiteName "Head Girl Suite">>
<span class="note">
Use a noun or similar short phrase
</span>
</p>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment