From fd48c5e6494b3b1d155bfde907cb30037ca3d56c Mon Sep 17 00:00:00 2001 From: klorpa <klorpa@yahoo.com> Date: Thu, 8 Nov 2018 18:08:09 -0800 Subject: [PATCH] Update vignettes.tw --- src/js/vignettes.tw | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/js/vignettes.tw b/src/js/vignettes.tw index 5fc8a6f30a3..ed891258b4b 100644 --- a/src/js/vignettes.tw +++ b/src/js/vignettes.tw @@ -3374,11 +3374,18 @@ window.GetVignette = function GetVignette(slave) { } if (slave.energy > 95) { 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.amp !== 0) { + 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, + }); + } + vignettes.push({ + text: `due to the obvious difficulties in ${his} mobility, ${he} spent a lot of time sleeping in bed,`, + type: "health", + effect: 0, + }); } } if (slave.health < -20) { -- GitLab