diff --git a/src/npc/startingGirls/startingGirls.tw b/src/npc/startingGirls/startingGirls.tw index 4ea00493d5fc44c32aa896ca4dd2095c1d8ea391..bd22639870568e77ce2aa88a4798626f4e00423e 100644 --- a/src/npc/startingGirls/startingGirls.tw +++ b/src/npc/startingGirls/startingGirls.tw @@ -924,8 +924,6 @@ <span id="careers"></span> <script>jQuery('#careers').empty().append(App.StartingGirls.career(V.activeSlave));</script> <br>''Hair color:'' <<textbox "$activeSlave.origHColor" $activeSlave.origHColor "Starting Girls">> //This will also set eyebrow, pubic, and underarm hair color.// - <br>''Hair Style:'' <<textbox "$activeSlave.hStyle" $activeSlave.hStyle "Starting Girls">> - <br>''Hair Length:'' <<textbox "$activeSlave.hLength" $activeSlave.hLength "Starting Girls">> <br>''Eye color:'' <<textbox "$activeSlave.eye.origColor" $activeSlave.eye.origColor "Starting Girls">> <<if def $pupil_temp>> <<set $activeSlave.eye.left.pupil = $pupil_temp, $activeSlave.eye.right.pupil = $pupil_temp, delete $pupil_temp>> @@ -935,7 +933,6 @@ <<set $activeSlave.eye.left.sclera = $sclerae_temp, $activeSlave.eye.right.sclera = $sclerae_temp, delete $sclerae_temp>> <</if>> <br>''Sclera color:'' <<textbox "$sclerae_temp" $activeSlave.eye.left.sclera "Starting Girls">> - <br>Custom tattoo: <<textbox "$activeSlave.custom.tattoo" $activeSlave.custom.tattoo "Starting Girls">> //Use complete, capitalized and punctuated sentences.// <br>Custom origin story: <<textbox "$activeSlave.origin" $activeSlave.origin "Starting Girls">> //Use complete, capitalized and punctuated sentences.// <br>Origin override: <<if $originOverride == 1>> @@ -949,47 +946,6 @@ <br>Custom description: <<textbox "$activeSlave.custom.desc" $activeSlave.custom.desc "Starting Girls">> //Use complete, capitalized and punctuated sentences.// <br>Custom label: <<textbox "$activeSlave.custom.label" $activeSlave.custom.label "Starting Girls">> //Use a short phrase.// - <br><br> - ''Eyebrow hair style:'' $activeSlave.eyebrowHStyle. - [[Natural|Starting Girls][$activeSlave.eyebrowHStyle = "natural"]] - | [[Curved|Starting Girls][$activeSlave.eyebrowHStyle = "curved"]] - | [[Elongated|Starting Girls][$activeSlave.eyebrowHStyle = "elongated"]] - | [[High-Arched|Starting Girls][$activeSlave.eyebrowHStyle = "high-arched"]] - | [[Rounded|Starting Girls][$activeSlave.eyebrowHStyle = "rounded"]] - | [[Shaved|Starting Girls][$activeSlave.eyebrowHStyle = "shaved"]] - | [[Shortened|Starting Girls][$activeSlave.eyebrowHStyle = "shortened"]] - | [[Slanted Inwards|Starting Girls][$activeSlave.eyebrowHStyle = "slanted inwards"]] - | [[Slanted Outwards|Starting Girls][$activeSlave.eyebrowHStyle = "slanted outwards"]] - | [[Straight|Starting Girls][$activeSlave.eyebrowHStyle = "straight"]] - - <br> - ''Eyebrow hair maintenance:'' $activeSlave.eyebrowFullness - [[Natural|Starting Girls][$activeSlave.eyebrowFullness = "natural"]] - | [[Bushy|Starting Girls][$activeSlave.eyebrowFullness = "bushy"]] - | [[Thick|Starting Girls][$activeSlave.eyebrowFullness = "thick"]] - | [[Tapered|Starting Girls][$activeSlave.eyebrowFullness = "tapered"]] - | [[Threaded|Starting Girls][$activeSlave.eyebrowFullness = "threaded"]] - | [[Thin|Starting Girls][$activeSlave.eyebrowFullness = "thin"]] - | [[Pencil-Thin|Starting Girls][$activeSlave.eyebrowFullness = "pencil-thin"]] - - <br><br> - ''Pubic hair maintenance:'' $activeSlave.pubicHStyle. - [[Waxed|Starting Girls][$activeSlave.pubicHStyle = "waxed"]] - | [[Naturally hairless|Starting Girls][$activeSlave.pubicHStyle = "hairless"]] - | [[Landing strip|Starting Girls][$activeSlave.pubicHStyle = "in a strip"]] - | [[Neat|Starting Girls][$activeSlave.pubicHStyle = "neat"]] - | [[Bushy in the front|Starting Girls][$activeSlave.pubicHStyle = "bushy in the front and neat in the rear"]] - | [[Bushy|Starting Girls][$activeSlave.pubicHStyle = "bushy"]] - | [[Very Bushy|Starting Girls][$activeSlave.pubicHStyle = "very bushy"]] - - <br><br> - ''Under arm hair maintenance:'' $activeSlave.underArmHStyle. - [[Waxed|Starting Girls][$activeSlave.underArmHStyle = "waxed"]] - | [[Naturally hairless|Starting Girls][$activeSlave.underArmHStyle = "hairless"]] - | [[Shaved|Starting Girls][$activeSlave.underArmHStyle = "shaved"]] - | [[Neat|Starting Girls][$activeSlave.underArmHStyle = "neat"]] - | [[Bushy|Starting Girls][$activeSlave.underArmHStyle = "bushy"]] - <br><br> ''Natural skin distinctiveness:'' $activeSlave.markings. [[None|Starting Girls][$activeSlave.markings = "none"]]