From 46a948e64469a004cd876d9cc7ae1f8ee047d38c Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Mon, 19 Feb 2018 15:47:06 -0500
Subject: [PATCH] tweak

---
 src/utility/assayWidgets.tw | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/utility/assayWidgets.tw b/src/utility/assayWidgets.tw
index c4baa0ad784..8ef6a674559 100644
--- a/src/utility/assayWidgets.tw
+++ b/src/utility/assayWidgets.tw
@@ -1662,9 +1662,9 @@
 	<<set $desc = "big bottomed " + $desc>>
 <</if>>
 
-<<if $args[0].weight > 10 && $args[0].weight < 100 && $args[0].boobs > 5000 && $args[0].butt > 5 && $args[0].hips >= 2 && $args[0].bellyPreg >= 30000>>
+<<if $args[0].weight > 10 && $args[0].weight < 100 && $args[0].boobs > 5000 && $args[0].butt > 5 && $args[0].hips >= 2 && $args[0].bellyPreg >= 30000 && $args[0].births >= 10>>
 	<<set $desc = $desc + "fertility goddess">>
-<<elseif $args[0].births >= 10>>
+<<elseif $args[0].births >= 6>>
 	<<set $desc = $desc + " broodmother">>
 <<elseif $args[0].births >= 3>>
 	<<set $desc = $desc + " breeder">>
-- 
GitLab