diff --git a/src/js/clothingSelectionJS.tw b/src/js/clothingSelectionJS.tw index 0ed682401a29b57b8fcd5ac25bebce1ff61091f2..996520b58fdfd491cf4305b1d8d4b4bd517c1dd9 100644 --- a/src/js/clothingSelectionJS.tw +++ b/src/js/clothingSelectionJS.tw @@ -126,7 +126,7 @@ window.todaysOutfit = function(slave) { if(slave.energy > 95 || slave.need > 100) { wardrobeAssignment.push({text: "and wears a slutty nurse outfit to make it clear just how much this nurse needs her daily lay.", clothes: "a slutty nurse outfit"}); } else if(slave.energy > 80) { - wardrobeAssignment.push({text: "and wears a slutty nurse outfit to showoff her body and arouse her patients.", clothes: "a slutty nurse outfit"}); + wardrobeAssignment.push({text: "and wears a slutty nurse outfit to show off her body and arouse her patients.", clothes: "a slutty nurse outfit"}); wardrobeAssignment.push({text: "and wears a nice nurse outfit to look professional before her patients.", clothes: "a nice nurse outfit"}); wardrobeAssignment.push({text: "and wears a slutty nurse outfit to show to a little skin as she cares for her patients.", clothes: "a slutty nurse outfit"}); } else { @@ -172,10 +172,10 @@ window.todaysOutfit = function(slave) { } } } else if(slave.assignment == "be your Head Girl") { - wardrobeAssignment.push({text: "and wears a militay uniform to give her that extra touch of authority.", clothes: "a military uniform"}); + wardrobeAssignment.push({text: "and wears a military uniform to give her that extra touch of authority.", clothes: "a military uniform"}); wardrobeAssignment.push({text: "and wears a handsome suit to give her that extra touch of authority.", clothes: "nice business attire"}); if(canPenetrate(slave)){ - wardrobeAssignment.push({text: "and wears a slutty suit to make it prefectly clear that her dick is her main tool in her job.", clothes: "slutty business attire"}); + wardrobeAssignment.push({text: "and wears a slutty suit to make it perfectly clear that her dick is her main tool in her job.", clothes: "slutty business attire"}); } } else if(slave.assignment == "be the Schoolteacher") { wardrobeAssignment.push({text: "and wears a handsome suit to give her that teacherly authority.", clothes: "nice business attire"}); @@ -314,7 +314,7 @@ window.todaysOutfit = function(slave) { wardrobeAssignment.push({text: "and wears a flattering mini dress to really strut her stuff.", clothes: "a mini dress"}); } else if(slave.assignment == "serve the public" || slave.assignment == "serve in the club") { wardrobeAssignment.push({text: "and wears string lingerie to look fun and fuckable.", clothes: "a string bikini"}); - wardrobeAssignment.push({text: "and throws togethor the sluttiest outfit since if you're going to slut you might as well go all out.", clothes: "a slutty outfit"}); + wardrobeAssignment.push({text: "and throws together the sluttiest outfit since if you're going to slut you might as well go all out.", clothes: "a slutty outfit"}); wardrobeAssignment.push({text: "and tosses on a slutty suit that screams she needs a good fuck after a long day.", clothes: "slutty business attire"}); wardrobeAssignment.push({text: "and dresses up as a slutty nurse. She knows just how to fix penile swelling", clothes: "a slutty nurse outfit"}); wardrobeAssignment.push({text: "and wears a cheerleader outfit to look energetic and fuckable.", clothes: "a cheerleader outfit"}); @@ -599,7 +599,7 @@ window.todaysShoes = function(slave) { if(slave.amp != 1 && slave.heels == 1) { shoes.push({text: "She finds she can inexplicably walk if she wears heels; a daily lesson for her, as she forgets shortly after leaving.", shoes: jsEither("heels", "extreme heels", "boots")}); } - shoes.push({text: "She vaguely rememebers putting things on her feet, so she does.", shoes: jsEither("heels", "extreme heels", "boots", "flats")}); + shoes.push({text: "She vaguely remembers putting things on her feet, so she does.", shoes: jsEither("heels", "extreme heels", "boots", "flats")}); shoes.push({text: "She entered without shoes, and will leave the same.", shoes: "none"}); } else if(slave.devotion <= 20) { if(slave.heels == 0) {