Skip to content
Snippets Groups Projects
Commit 55574639 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pregmod-master' into 'pregmod-master'

twineJS update

See merge request pregmodfan/fc-pregmod!2909
parents 5ee41388 a29f56ab
No related branches found
No related tags found
No related merge requests found
......@@ -29947,6 +29947,7 @@ window.GetVignette = function GetVignette(slave) {
type: "health",
effect: -1,
});
break;
}
if (slave.devotion > 95) {
vignettes.push({
......@@ -30014,7 +30015,7 @@ window.GetVignette = function GetVignette(slave) {
}
if (slave.energy > 95) {
if (slave.behavioralFlaw === "odd") {
if (slave.amp !== 1) && (canSee(slave)) {
if (slave.amp !== 1 && canSee(slave)) {
vignettes.push({
text: `you discovered ${him} sketching an image of ${his} genitalia, which you managed to sell,`,
type: "cash",
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment