diff --git a/src/pregmod/managePersonalAffairs.tw b/src/pregmod/managePersonalAffairs.tw
index eacdfd34c136f3c5ebe2d8c781ca90fa7af616de..accd6b4332b81c250fef93798a71e55598b940e9 100644
--- a/src/pregmod/managePersonalAffairs.tw
+++ b/src/pregmod/managePersonalAffairs.tw
@@ -528,9 +528,9 @@ In total, you have given birth to:
 	[[Start taking birth control|Manage Personal Affairs][$PC.preg = -1, $PC.fertDrugs = 0]]
 	<br>
 	<<if $PC.fertDrugs == 1>>	
-		You are currently taking fertility supplements.<<if $PC.forcedFertDrugs == 1>> You feel a strange eagerness whenever you think of bareback sex.<</if>> [[Stop taking fertility drugs|Manage Personal Affairs][$PC.fertDrugs = 0]]
+		You are currently taking fertility supplements.<<if $PC.forcedFertDrugs > 0>> You feel a strange eagerness whenever you think of bareback sex.<</if>> [[Stop taking fertility drugs|Manage Personal Affairs][$PC.fertDrugs = 0]]
 	<<else>>
-		You are not on any fertility supplements.<<if $PC.forcedFertDrugs == 1>> You feel a strange eagerness whenever you think of bareback sex.<</if>> [[Start taking fertility drugs|Manage Personal Affairs][$PC.fertDrugs = 1]]
+		You are not on any fertility supplements.<<if $PC.forcedFertDrugs > 0>> You feel a strange eagerness whenever you think of bareback sex.<</if>> [[Start taking fertility drugs|Manage Personal Affairs][$PC.fertDrugs = 1]]
 	<</if>>
 <</if>>
 
diff --git a/src/utility/miscWidgets.tw b/src/utility/miscWidgets.tw
index 4006f2e7fa8c5e482c63f2ece9a784b1d0e5517f..6f7f28c5024a85984010447139c357c0bbc61247 100644
--- a/src/utility/miscWidgets.tw
+++ b/src/utility/miscWidgets.tw
@@ -2586,7 +2586,7 @@ Call as <<SlaveSort [$slaves]>>
 			<<else>>
 				<<set $args[0].pregType = either(1, 1, 1, 2, 2, 2, 2, 2, 2, 3)>>
 			<</if>>
-			<<if $PC.forcedFertDrugs == 1>>
+			<<if $PC.forcedFertDrugs > 0>>
 				<<set $args[0].pregType += either(1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4)>>
 			<</if>>
 		<<else>>
@@ -2595,7 +2595,7 @@ Call as <<SlaveSort [$slaves]>>
 			<<else>>
 				<<set $args[0].pregType = either(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2)>>
 			<</if>>
-			<<if $PC.forcedFertDrugs == 1>>
+			<<if $PC.forcedFertDrugs > 0>>
 				<<set $args[0].pregType += either(0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 4)>>
 			<</if>>
 		<</if>>