From 28c67ac9a60ceed62f32d49e759a75d0afeac924 Mon Sep 17 00:00:00 2001
From: klorpa <30924131+klorpa@users.noreply.github.com>
Date: Sun, 12 May 2019 20:18:42 -0500
Subject: [PATCH] ActualFix

---
 src/js/vignettes.js | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/js/vignettes.js b/src/js/vignettes.js
index 41420cd73c0..6d838de1586 100644
--- a/src/js/vignettes.js
+++ b/src/js/vignettes.js
@@ -3553,13 +3553,13 @@ window.GetVignette = function GetVignette(slave) {
 		}
 		if (slave.balls > 0) {
 			switch (slave.fetish) {
-				case "pregnancy"
-				vignettes.push({
-					text: `the thought of ${his} cum knocking someone up inspired ${him} to produce more of it,`,
-					type: "cash",
-					effect: 1,
-				});
-				break;
+				case "pregnancy":
+					vignettes.push({
+						text: `the thought of ${his} cum knocking someone up inspired ${him} to produce more of it,`,
+						type: "cash",
+						effect: 1,
+					});
+					break;
 			}
 			vignettes.push({
 				text: `an eccentric celebrity chef used ${his} cum in a new pudding recipe,`,
-- 
GitLab