From 794b884a0aefc94e0762c0f8e22ec14b16588a14 Mon Sep 17 00:00:00 2001
From: Anu <barrychahal@gmail.com>
Date: Wed, 2 Sep 2020 16:03:52 -0700
Subject: [PATCH] might now > might not

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

diff --git a/src/player/electiveSurgery.tw b/src/player/electiveSurgery.tw
index 92030963c77..945eae70c50 100644
--- a/src/player/electiveSurgery.tw
+++ b/src/player/electiveSurgery.tw
@@ -211,13 +211,13 @@ You have @@.orange;$PC.skin skin.@@<<if $PC.skin != $PC.origSkin>> Your original
 <<if $PC.belly >= 100 && $PC.preg > 3>>
 	<br><br>_HeU darts for your middle.
 	<<if $PC.belly >= 120000>>
-		"My god! What happened to you? You might now want to hit the fertility drugs so hard next time. Then again, I don't think you'll see us complaining when you come in for a tummy tuck to get everything back where it used to be," _heU says with a wink as _heU uses both hands to massage your
+		"My god! What happened to you? You might not want to hit the fertility drugs so hard next time. Then again, I don't think you'll see us complaining when you come in for a tummy tuck to get everything back where it used to be," _heU says with a wink as _heU uses both hands to massage your
 		<<if $PC.preg > 40>>overdue <<print pregNumberName($PC.pregType, 1)>>-bursting belly, enjoying the kicks from your child<<if $PC.pregType > 1>>ren<</if>> within. "If you go into labor, we have everything you'll need, so don't worry."
 		<<else>>over-crowded belly.
 		<</if>>
 		<br>
 	<<elseif $PC.belly >= 110000>>
-		"My god! What happened to you? You might now want to hit the fertility drugs so hard next time. Then again, I don't think you'll see us complaining when you come in for a tummy tuck to get everything back where it used to be," _heU says with a wink as _heU uses both hands to massage your
+		"My god! What happened to you? You might not want to hit the fertility drugs so hard next time. Then again, I don't think you'll see us complaining when you come in for a tummy tuck to get everything back where it used to be," _heU says with a wink as _heU uses both hands to massage your
 		<<if $PC.preg > 40>>overdue <<print pregNumberName($PC.pregType, 1)>>-stuffed belly, enjoying the kicks from your child<<if $PC.pregType > 1>>ren<</if>> within. "If you go into labor, we have everything you'll need, so don't worry."
 		<<else>>over-crowded belly.
 		<</if>>
-- 
GitLab