diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt index 6c941d8efa1279d493ad5cb1262091567974040b..e3d8453dd03c8eec04708a7750a649a68096e02a 100644 --- a/devNotes/twine JS.txt +++ b/devNotes/twine JS.txt @@ -10484,7 +10484,7 @@ window.saChoosesOwnClothes = (function() { wardrobeAssignment.push({text: `and wears an one-piece swimsuit, since it's all ${he} can wear that won't be ruined by all the moisture in the spa.`, clothes: "a monokini"}); } if(isItemAccessible("one-piece swimsuit")) { - wardrobeAssignment.push({text: `and wears a modest swimsuit, since it's all ${he} can wear that won't be ruined by all the moisture in the spa.`, clothes: "one-piece swimsuit"}); + wardrobeAssignment.push({text: `and wears a one-piece swimsuit, since it's all ${he} can wear that won't be ruined by all the moisture in the spa.`, clothes: "one-piece swimsuit"}); } if(isItemAccessible("a burkini")) { wardrobeAssignment.push({text: `and wears a modest swimsuit, since it's all ${he} can wear that won't be ruined by all the moisture in the spa.`, clothes: "a burkini"}); @@ -10865,7 +10865,7 @@ window.saChoosesOwnClothes = (function() { if(isItemAccessible("a ball gown")) { wardrobeTastes.push({text: `and chooses a formal dress that makes ${him} feel like royalty.`, clothes: "a ball gown"}); } - } else if(slave.behavioralQuirk == "devout") { + } else if(slave.behavioralFlaw == "devout") { wardrobeTastes.push({text: `and wears something more appropriate for a monastery than a whorehouse.`, clothes: "a penitent nuns habit"}); } @@ -29939,7 +29939,7 @@ window.GetVignette = function GetVignette(slave) { type: "rep", effect: 0, }); - } else if (slave.assignment === "rest" || slave.assignment === "rest in the spa" || slave.assignment === "be the Attendant") { + } else if (slave.assignment === "rest" || slave.assignment === "rest in the spa") { switch (slave.behavioralFlaw) { case "anorexic": vignettes.push({ diff --git a/src/endWeek/saChoosesOwnClothes.tw b/src/endWeek/saChoosesOwnClothes.tw index 834934d48c87d17a74348ef7495d9d0a5d86c777..5654234499cc9ae73b3ad23878554834c494e9a2 100644 --- a/src/endWeek/saChoosesOwnClothes.tw +++ b/src/endWeek/saChoosesOwnClothes.tw @@ -334,7 +334,7 @@ window.saChoosesOwnClothes = (function() { wardrobeAssignment.push({text: `and wears an one-piece swimsuit, since it's all ${he} can wear that won't be ruined by all the moisture in the spa.`, clothes: "a monokini"}); } if(isItemAccessible("one-piece swimsuit")) { - wardrobeAssignment.push({text: `and wears a modest swimsuit, since it's all ${he} can wear that won't be ruined by all the moisture in the spa.`, clothes: "one-piece swimsuit"}); + wardrobeAssignment.push({text: `and wears a one-piece swimsuit, since it's all ${he} can wear that won't be ruined by all the moisture in the spa.`, clothes: "one-piece swimsuit"}); } if(isItemAccessible("a burkini")) { wardrobeAssignment.push({text: `and wears a modest swimsuit, since it's all ${he} can wear that won't be ruined by all the moisture in the spa.`, clothes: "a burkini"}); @@ -715,7 +715,7 @@ window.saChoosesOwnClothes = (function() { if(isItemAccessible("a ball gown")) { wardrobeTastes.push({text: `and chooses a formal dress that makes ${him} feel like royalty.`, clothes: "a ball gown"}); } - } else if(slave.behavioralQuirk == "devout") { + } else if(slave.behavioralFlaw == "devout") { wardrobeTastes.push({text: `and wears something more appropriate for a monastery than a whorehouse.`, clothes: "a penitent nuns habit"}); } diff --git a/src/js/vignettes.tw b/src/js/vignettes.tw index f0506c84d070b87da733af024a558e4497182f8a..1bba04613b188a0f30edb56d8ee963733813c87d 100644 --- a/src/js/vignettes.tw +++ b/src/js/vignettes.tw @@ -3321,7 +3321,7 @@ window.GetVignette = function GetVignette(slave) { type: "rep", effect: 0, }); - } else if (slave.assignment === "rest" || slave.assignment === "rest in the spa" || slave.assignment === "be the Attendant") { + } else if (slave.assignment === "rest" || slave.assignment === "rest in the spa") { switch (slave.behavioralFlaw) { case "anorexic": vignettes.push({