diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt index 56ca8f5d89a9a7b4a9ff722bbb31314f9ec8dfbf..8d5043a2d142ebe9074de2b8205ff122be5d006c 100644 --- a/devNotes/twine JS.txt +++ b/devNotes/twine JS.txt @@ -29991,11 +29991,13 @@ window.GetVignette = function GetVignette(slave) { }); } if (slave.energy > 95) { - vignettes.push({ - text: `${he} was so horny that ${he} sleepwalked into your room and performed oral sex on you, and then woke up when ${he} bruised ${his} shin,`, - type: "health", - effect: -1, - }); + if (canWalk(slave)) { + vignettes.push({ + text: `${he} was so horny that ${he} sleepwalked into your room and performed oral sex on you, and then woke up when ${he} bruised ${his} shin,`, + type: "health", + effect: -1, + }); + } } if (slave.health < -20) { vignettes.push({ @@ -30011,11 +30013,11 @@ window.GetVignette = function GetVignette(slave) { effect: -1, }); } - if (V.arcologies[0].FSDegradationist !== "unset") { + if (V.arcologies[0].FSPaternalist !== "unset") { vignettes.push({ text: `due to being ordered to rest, ${he} enjoyed a great deal of calm and relaxation thanks to your arcology's caretaking nature,`, type: "health", - effect: -1, + effect: 1, }); } else if (V.arcologies[0].FSDegradationist !== "unset") { vignettes.push({