From 9761f9ec07ca4a88cb5e96bd9bd45e5cee83d17d Mon Sep 17 00:00:00 2001 From: klorpa <klorpa@yahoo.com> Date: Thu, 8 Nov 2018 18:16:11 -0800 Subject: [PATCH] Update vignettes.tw --- src/js/vignettes.tw | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/js/vignettes.tw b/src/js/vignettes.tw index ed891258b4b..a545561e992 100644 --- a/src/js/vignettes.tw +++ b/src/js/vignettes.tw @@ -3302,6 +3302,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", @@ -3382,7 +3389,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 masturbating in bed,`, type: "health", effect: 0, }); -- GitLab