diff --git a/src/js/vignettes.js b/src/js/vignettes.js index 336f7d970abdbb7cfb7363c49f3c1b73b6c102a5..88e771d67baa00d513f9c6902a69f2b1fd033954 100644 --- a/src/js/vignettes.js +++ b/src/js/vignettes.js @@ -120,7 +120,7 @@ globalThis.GetVignette = function(slave) { }); break; } - seed = jsRandom(1, 5); + seed = jsRandom(1, 6); switch (seed) { case 1: vignettes.push({ @@ -144,6 +144,13 @@ globalThis.GetVignette = function(slave) { }); break; case 4: + vignettes.push({ + text: `a youthful first-timer to the free cities visited ${him} and so infatued with their looks that they visited several days in a row`, + type: "cash", + effect: 1, + }); + break; + case 5: vignettes.push({ text: `a street whore that works near ${him} was badly beaten by an abusive customer and had to take time off. The reduced competition got ${him} more business,`, type: "cash",