diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt
index 0bccecc0384dd55fccb7648711ec0615bd4c9f59..8a07ee062f33c78bb29be52e9c4e6402fc88086c 100644
--- a/devNotes/twine JS.txt	
+++ b/devNotes/twine JS.txt	
@@ -29920,6 +29920,13 @@ window.GetVignette = function GetVignette(slave) {
 				effect: 1,
 			});
 		}
+		if (slave.balls > 0) {
+			vignettes.push({
+				text: `an eccentric celebrity chef used ${his} cum in a new pudding recipe,`,
+				type: "rep",
+				effect: 1,
+			});
+		}
 		vignettes.push({
 			text: `very little of interest happened because the life of a dairy cow is often really boring,`,
 			type: "rep",
@@ -30000,7 +30007,7 @@ window.GetVignette = function GetVignette(slave) {
                     });
                 }
                 vignettes.push({
-                    text: `due to the obvious difficulties in ${his} mobility, ${he} spent a lot of time sleeping in bed,`,
+                    text: `due to the obvious difficulties in ${his} mobility, ${he} spent a lot of time masturbing in bed,`,
                     type: "health",
                     effect: 0,
                 });