From b34440b9331999f18124bc0c13e53684d15219c5 Mon Sep 17 00:00:00 2001 From: Anu <barrychahal@gmail.com> Date: Wed, 2 Dec 2020 02:19:10 -0800 Subject: [PATCH] Add flat-chest variant to window-cleaning vignette --- src/js/vignettes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/vignettes.js b/src/js/vignettes.js index 086cbe7927b..3254aa300aa 100644 --- a/src/js/vignettes.js +++ b/src/js/vignettes.js @@ -4195,7 +4195,7 @@ globalThis.GetVignette = function(slave) { effect: 1, }); vignettes.push({ - text: `${he} was ordered to clean all the exterior windows around your estate using only ${his} tits. The people passing by seemed to appreciate the show,`, + text: `${he} was ordered to clean all the exterior windows around your estate using only ${his} ${slave.boobs >= 300 ? "tits" : "bare flat chest"}. The people passing by seemed to appreciate the show,`, type: "rep", effect: 1, }); -- GitLab