From 299779b93a9f7fff80d0605a712d44a0b3cd9a9a Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Fri, 5 Jun 2020 13:55:42 -0700
Subject: [PATCH] fix "<</else>>

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

diff --git a/src/utility/birthWidgets.tw b/src/utility/birthWidgets.tw
index 780e49081c6..e20b372baeb 100644
--- a/src/utility/birthWidgets.tw
+++ b/src/utility/birthWidgets.tw
@@ -357,7 +357,7 @@
 	$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $He is quite experienced in delivering $his cows' children, but $he finds it much more difficult to apply $his knowledge to $himself. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, after a short rest, $he returns to caring for your cows.
 
 <<case "be the Farmer">>
-	$He heads to $his private room before stripping and calling in a couple of nearby slaves to aid $him. Though $he has delivered more than a few of $his livestocks' offspring, delivering $his own proves to be a slightly more difficult ordeal. $He manages, though, and after $his child<<if $slaves[$i].pregType > 1>>ren are<</else>> is<</if>> taken from $him and $he's had a shower and a short rest, $he returns to looking after $farmyardName.
+	$He heads to $his private room before stripping and calling in a couple of nearby slaves to aid $him. Though $he has delivered more than a few of $his livestocks' offspring, delivering $his own proves to be a slightly more difficult ordeal. $He manages, though, and after $his child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> taken from $him and $he's had a shower and a short rest, $he returns to looking after $farmyardName.
 
 <<case "be the Wardeness">>
 	<<if $slaves[$i].fetish == "mindbroken">>	/* FIXME: can Wardens be mindbroken? */
-- 
GitLab