From 12ddebefb7dd9f10dc2dcfbeca7b5d3cf7c8eaf2 Mon Sep 17 00:00:00 2001
From: klorpa <klorpa@yahoo.com>
Date: Thu, 8 Nov 2018 16:55:01 -0800
Subject: [PATCH] Update twine JS.txt

---
 devNotes/twine JS.txt | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt
index 56ca8f5d89a..8d5043a2d14 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({
-- 
GitLab