From 0765e02e4ba5897cb96d95a44ac278d45823fc59 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Tue, 1 Jan 2019 18:24:19 -0500
Subject: [PATCH] removed extra closing if

---
 devNotes/VersionChangeLog-Premod+LoliMod.txt | 2 ++
 src/uncategorized/surgeryDegradation.tw      | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 1a09610664d..92aa3bc8a2f 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -2,6 +2,8 @@
 
 0.10.7.1-1.5.x
 
+01/01/2019
+
 	0
 	-fixed cloning
 	-added an ovary implant to boost fertility
diff --git a/src/uncategorized/surgeryDegradation.tw b/src/uncategorized/surgeryDegradation.tw
index 6a14ef1baec..eb004697309 100644
--- a/src/uncategorized/surgeryDegradation.tw
+++ b/src/uncategorized/surgeryDegradation.tw
@@ -1957,7 +1957,7 @@ As the remote surgery's long recovery cycle completes,
 		<<set $activeSlave.trust -= 5, $activeSlave.devotion -= 5>>
 	<</if>>
 	<<if canGetPregnant($activeSlave)>>
-		<<= knockMeUp($activeSlave, 100, 2, $activeSlave.ID, 1)>><</if>>
+		<<= knockMeUp($activeSlave, 100, 2, $activeSlave.ID, 1)>>
 		$He doesn't even have the chance to reach the slave quarters before $his new reproductive system detects $his unprotected fertility and begins to internally cum. <<if canWalk($activeSlave)>>$He struggles to stand as wave after wave of pleasure radiates from inside $his self-fertilizing womb<<else>>The slave carrying $him struggles to keep their grip on the orgasm wracked $girl<</if>>. By the time $he is finised, $he is a sweat-soaked, panting mess with a womb @@.lime;<<if $activeSlave.pregType > 50>>stuffed full of fertilized eggs<<elseif $activeSlave.pregType > 20>>filled with new life<<elseif $activeSlave.pregType > 1>>housing several new lives<<else>>filled with seed and a new life<</if>>.@@
 	<</if>>
 
-- 
GitLab