From 619ce9304d71dddc6ae84e524c894a811385ab73 Mon Sep 17 00:00:00 2001
From: kopareigns <kopareigns@gmail.com>
Date: Sat, 24 Nov 2018 23:20:05 -0500
Subject: [PATCH] Fix

---
 src/uncategorized/genericPlotEvents.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/genericPlotEvents.tw b/src/uncategorized/genericPlotEvents.tw
index e547b6b86bc..ae3cb694ae4 100644
--- a/src/uncategorized/genericPlotEvents.tw
+++ b/src/uncategorized/genericPlotEvents.tw
@@ -968,7 +968,7 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your
 	<<replace "#result">>
 	The hapless manufacturer eventually goes bankrupt. However, you do manage to force surgical correction of the pregnancies before they do. As additional compensation, they agree to naturally enhance your afflicted slaves' busts knowing full well that most buyers are not interested in slaves that have been knocked up. At the managers expense, your slaves move through a top-flight surgeons care and are pregnancy free and sporting @@.lime;larger breasts@@.
 	<<run $slaves.forEach(function(s) {
-		if canGetPregnant(s) {
+		if (canGetPregnant(s)) {
 			if (s.drugs == "breast injections") {
 				if (s.geneMods.NCS > 0) {
 					s.boobs += Math.floor(Math.random() * 10 + 1) * 50;
-- 
GitLab