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

continued work

parent 400750d3
No related branches found
No related tags found
No related merge requests found
......@@ -8,30 +8,22 @@
<<set $bellyAccessory = $slaves[$i].bellyAccessory>>
<<if $slaves[$i].fetish == "mindbroken">>
$pronounCap is fundamentally broken, but still follows some faint memories of standing within the wardrobe.
<<set _corsetChoice = todaysCorset($slaves[$i]), _clothingChoice = todaysOutfit($slaves[$i])>>
<<set $slaves[$i].bellyAccessory = _corsetChoice.bellyAccessory, $slaves[$i].clothes = _clothingChoice.clothes>>
$pronounCap is fundamentally broken, but still follows some faint memories of standing within the wardrobe.
<<if $slaves[$i].amp != 1>>
<<set _shoeChoice = todaysShoes($slaves[$i])>>
_shoeChoice.text
<<set $slaves[$i].shoes = _shoeChoice.shoes>>
<</if>>
<<set _corsetChoice = todaysCorset($slaves[$i])>>
_corsetChoice.text
<<set $slaves[$i].bellyAccessory = _clothingChoice.bellyAccessory>>
Faced with so many choices and no thought on the matter;
<<set _clothingChoice = todaysOutfit($slaves[$i])>>
_clothingChoice.text
<<set $slaves[$i].clothes = _clothingChoice.clothes>>
_corsetChoice.text Faced with so many choices and no thought on the matter; _clothingChoice.text
<<elseif ($slaves[$i].devotion <= 20)>>
<<set _clothingChoice = todaysOutfit($slaves[$i])>>
_clothingChoice.text
<<set $slaves[$i].clothes = _clothingChoice.clothes>>
_clothingChoice.text
<<if $slaves[$i].amp != 1>>
<<set _shoeChoice = todaysShoes($slaves[$i])>>
......@@ -43,20 +35,11 @@
<<set $slaves[$i].devotion -= 5>>
<<else>>
$pronounCap @@.hotpink;loves@@ being able to dress <<print $object>>self,
<<set $slaves[$i].devotion += 1>>
<<set _shoeChoice = todaysCollar($slaves[$i])>>
_neckChoice.text
<<set $slaves[$i].collar = _neckChoice.collar>>
<<set _corsetChoice = todaysCorset($slaves[$i])>>
_corsetChoice.text
<<set $slaves[$i].bellyAccessory = _clothingChoice.bellyAccessory>>
<<set _neckChoice = todaysCollar($slaves[$i]), _corsetChoice = todaysCorset($slaves[$i]), _clothingChoice = todaysOutfit($slaves[$i])>>
<<set $slaves[$i].collar = _neckChoice.collar, $slaves[$i].bellyAccessory = _corsetChoice.bellyAccessory, $slaves[$i].clothes = _clothingChoice.clothes>>
<<set _clothingChoice = todaysOutfit($slaves[$i])>>
_clothingChoice.text
<<set $slaves[$i].clothes = _clothingChoice.clothes>>
$pronounCap @@.hotpink;loves@@ being able to dress <<print $object>>self, _neckChoice.text _corsetChoice.text _clothingChoice.text
<<set $slaves[$i].devotion += 1>>
/* this'll require <<WrittenMaster>> to become JS to work. Maybe later on when it beomces a widespread need */
<<if $arcologies[0].FSRestart != "unset">>
......
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