From 11e3e09202d0b6b679aabbcb2f82193d1c8794e4 Mon Sep 17 00:00:00 2001 From: lowercase-donkey <lowercasedonkey@gmail.com> Date: Thu, 4 Apr 2019 07:42:26 -0400 Subject: [PATCH] cleanup --- src/pregmod/seFCTVremote.tw | 96 +++++++++++++++++-------------------- 1 file changed, 45 insertions(+), 51 deletions(-) diff --git a/src/pregmod/seFCTVremote.tw b/src/pregmod/seFCTVremote.tw index 936714c9648..18bd829a223 100644 --- a/src/pregmod/seFCTVremote.tw +++ b/src/pregmod/seFCTVremote.tw @@ -5,56 +5,53 @@ <<setAssistantPronouns>> <</if>> - <<set $activeSlaveOneTimeMinAge = 25>> - <<set $activeSlaveOneTimeMaxAge = 35>> - <<set $one_time_age_overrides_pedo_mode = 1>> - <<set $oneTimeDisableDisability = 1>> - <<if $arcologies[0].FSSupremacistLawME == 1>> - <<set _races = setup.filterRacesLowercase.filter(race => race !== $arcologies[0].FSSupremacistRace)>> - <</if>> - <<set $activeSlave = GenerateNewSlave()>> - <<set $activeSlave.devotion = 0>> - <<set $activeSlave.trust = 0>> - <<set $activeSlave.health = random(60,80)>> - <<set $activeSlave.muscles = 60>> - <<if $activeSlave.weight > 130>> - <<set $activeSlave.weight -= 100>> - <<set $activeSlave.waist = random(-10,50)>> - <</if>> - <<set $activeSlave.lips = 35>> - <<if $activeSlave.dick > 0>> - <<set $activeSlave.boobs = 0>> - <<set $activeSlave.butt = 0>> - /*<<set $activeSlave.hStyle = "messy">>*/ - <<else>> - <<set $activeSlave.hStyle = "ponytail">> - <</if>> - <<set $activeSlave.origin = "You enslaved $him for poor customer service as an FCTV tech.">> - <<set $activeSlave.career = "a TV repair tech">> - <<set $activeSlave.behavioralFlaw = "arrogant">> - <<set $activeSlave.markings = "none">> - <<set $activeSlave.hLength = 10>> - <<set $activeSlave.eyewear = "glasses">> - <<set $activeSlave.clothes = "conservative clothing">> - <<set $activeSlave.shoes = "flats">> - <<setLocalPronouns $activeSlave>> - <<setPlayerPronouns>> - <<setAssistantPronouns>> +<<set $activeSlaveOneTimeMinAge = 25>> +<<set $activeSlaveOneTimeMaxAge = 35>> +<<set $one_time_age_overrides_pedo_mode = 1>> +<<set $oneTimeDisableDisability = 1>> +<<if $arcologies[0].FSSupremacistLawME == 1>> + <<set _races = setup.filterRacesLowercase.filter(race => race !== $arcologies[0].FSSupremacistRace)>> +<</if>> +<<set $activeSlave = GenerateNewSlave()>> +<<set $activeSlave.devotion = 0>> +<<set $activeSlave.trust = 0>> +<<set $activeSlave.health = random(60,80)>> +<<set $activeSlave.muscles = 60>> +<<if $activeSlave.weight > 130>> + <<set $activeSlave.weight -= 100>> + <<set $activeSlave.waist = random(-10,50)>> +<</if>> +<<set $activeSlave.lips = 35>> +<<if $activeSlave.dick > 0>> + <<set $activeSlave.boobs = 0>> + <<set $activeSlave.butt = 0>> + /*<<set $activeSlave.hStyle = "messy">>*/ +<<else>> + <<set $activeSlave.hStyle = "ponytail">> +<</if>> +<<set $activeSlave.origin = "You enslaved $him for poor customer service as an FCTV tech.">> +<<set $activeSlave.career = "a TV repair tech">> +<<set $activeSlave.behavioralFlaw = "arrogant">> +<<set $activeSlave.markings = "none">> +<<set $activeSlave.hLength = 10>> +<<set $activeSlave.eyewear = "glasses">> +<<set $activeSlave.clothes = "conservative clothing">> +<<set $activeSlave.shoes = "flats">> +<<setLocalPronouns $activeSlave>> +<<setPlayerPronouns>> +<<setAssistantPronouns>> - <span id="artFrame"> - /* 000-250-006 */ - <<if $seeImages == 1>> - <<if $imageChoice == 1>> - <div class="imageRef lrgVector"><div class="mask"> </div><<SlaveArt $activeSlave 2 0>></div> - <<else>> - <div class="imageRef lrgRender"><div class="mask"> </div><<SlaveArt $activeSlave 2 0>></div> - <</if>> +<span id="artFrame"> +/* 000-250-006 */ +<<if $seeImages == 1>> + <<if $imageChoice == 1>> + <div class="imageRef lrgVector"><div class="mask"> </div><<SlaveArt $activeSlave 2 0>></div> + <<else>> + <div class="imageRef lrgRender"><div class="mask"> </div><<SlaveArt $activeSlave 2 0>></div> <</if>> - /* 000-250-006 */ - </span> -/*setup FCTV guy/gal, and pronouns*/ - -/*Art*/ +<</if>> +/* 000-250-006 */ +</span> You have a gap in your schedule in the morning, and decide to watch some FCTV<<if $Concubine != 0>> with your concubine, @@.pink;$Concubine.slaveName@@<</if>>. No sooner do you begin to watch a random show, than you have a notification that someone is here to see you. It seems to be a tech of some sort, complete with a small utility drone. A camera reveals the back of their shirt, on which is written in block letters "FCTV SERVICE." Incredible. How do these people always find the worst time to stop in. <<if $assistant > 0>>Your assistant shrugs. At a gesture from you, _heA lets $him in.<<else>>You push a button to allow $him to come in.<</if>> This had better be good. <br> @@ -186,8 +183,6 @@ It seems the aphrodisiacs are wearing off, and the tech is stirring. Sitting up, <span id="result"> <<if $cash >= $contractCost>> -/*offer to enslave them*/ - <br><<link "Enslave $him">> <<run cashX(forceNeg($contractCost), "slaveTransfer", $activeSlave)>> <<replace "#result">> @@ -195,7 +190,6 @@ It seems the aphrodisiacs are wearing off, and the tech is stirring. Sitting up, <<include "New Slave Intro">> <</replace>> <</link>> -/*offer to enslave them then put them up for public use*/ <br><<link "Sentence $him to a day in a wall with a TV, then enslave $him">> <<set $activeSlave.health -= 10>> <<set $activeSlave.behavioralFlaw = "odd">> -- GitLab