diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt index e7adba07fdf30e2e184ca3d697f178e4faa55202..c7e7cbf4b06558c43ddc53ab745a6ccd82ea4824 100644 --- a/devNotes/twine JS.txt +++ b/devNotes/twine JS.txt @@ -29547,11 +29547,19 @@ window.GetVignette = function GetVignette(slave) { type: "rep", effect: 0, }); - vignettes.push({ - text: "a woman dragged her angry husband along so he could watch her get eaten out by a whore,", - type: "rep", - effect: 0, - }); + if ($seeDicks != 100) { + vignettes.push({ + text: "a woman dragged her angry husband along so he could watch her get eaten out by a whore,", + type: "rep", + effect: 0, + }); + } else { + vignettes.push({ + text: "a man dragged his angry lover along so he could watch him get sucked off by a whore,", + type: "rep", + effect: 0, + }); + } vignettes.push({ text: `${he} went to sleep after being sold for sex all day, and had a dream about you loving ${him},`, type: "devotion", @@ -31116,11 +31124,19 @@ window.GetVignette = function GetVignette(slave) { type: "rep", effect: 0, }); - vignettes.push({ - text: "a woman dragged her angry husband along so he could watch his wife get eaten out by a public slut,", - type: "rep", - effect: 0, - }); + if ($seeDicks != 100) { + vignettes.push({ + text: "a woman dragged her angry husband along so he could watch his wife get eaten out by a public slut,", + type: "rep", + effect: 0, + }); + } else { + vignettes.push({ + text: "a man dragged his angry lover along so he could watch his boyfriend get sucked off by a public slut,", + type: "rep", + effect: 0, + }); + } vignettes.push({ text: `${he} went to sleep after having sex with strangers all day, and had a dream about you loving ${him},`, type: "devotion",