diff --git a/src/pregmod/sePlayerBirth.tw b/src/pregmod/sePlayerBirth.tw
index 08ae7a3aac954587a7e4045b30fa3420a94abbdb..81d4b8e19bc548269bc4a3ca5fb5b5ffa4de2d3a 100644
--- a/src/pregmod/sePlayerBirth.tw
+++ b/src/pregmod/sePlayerBirth.tw
@@ -389,6 +389,7 @@ You arrange yourself to give birth, relaxing until your body urges you to begin
 
 	<<elseif _curBabies > 1>>
 
+		<<set _firstChild = 1>>
 		<<for _p = 0; _p < _curBabies; _p++>>
 
 			<<set _PCDegree = 0>>
@@ -405,7 +406,13 @@ You arrange yourself to give birth, relaxing until your body urges you to begin
 				<<set _PCDegree++>>
 			<</if>>
 
-			<<if _p == 0>>Your first<<else>>The next<</if>> little <<if $PC.curBabies[_p].genetics.gender == "XX">>girl<<else>>boy<</if>>
+			<<if _firstChild == 1>>
+				Your first
+				<<set _firstChild = 0>>
+			<<else>>
+				The next
+			<</if>>
+			little <<if $PC.curBabies[_p].genetics.gender == "XX">>girl<<else>>boy<</if>>
 			<<if _identicalChildGen == 1>>
 				looks exactly like the previous; they're identical twins.
 			<<elseif $PC.pregSource == -1>>