From 69b1b15f6634cb56fc19f4de73cf5cbd90ba5a86 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Mon, 18 Mar 2019 22:27:56 -0400
Subject: [PATCH] Added missed closing if

---
 src/pregmod/sePlayerBirth.tw | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/pregmod/sePlayerBirth.tw b/src/pregmod/sePlayerBirth.tw
index 80ff6678394..f2fa9d2e02f 100644
--- a/src/pregmod/sePlayerBirth.tw
+++ b/src/pregmod/sePlayerBirth.tw
@@ -633,6 +633,7 @@ You arrange yourself to give birth, relaxing until your body urges you to begin
 		<<if $Cash4Babies == 1>> | <<link "Auction Them">><<replace "#choice">><<print "You send the child<<if _curBabies > 1>>ren<</if>> to be sold at auction amongst other prestigious slaves. The winning bid for your offspring came in at @@.yellowgreen;<<print cashFormat(1000*_seed*_curBabies)>>.@@">><</replace>><<run cashX((1000*_seed*_curBabies), "babyTransfer")>><</link>><</if>>
 		<<if $PC.pregSource == -9>>
 			| <<link "Futanari Sisters">><<replace "#choice">><<print "You have decided to gift them to the Futanari Sisters to be raised to join them. They are more than happy to cover all the expenses for the gift you gave them — especially after they gave you a gift in return.">><</replace>><</link>>
+		<</if>>
 		</span>
 	<</if>>
 
-- 
GitLab