From e02c34121c6992442bf3d40eb408a03e21bacdb4 Mon Sep 17 00:00:00 2001
From: Anu <barrychahal@gmail.com>
Date: Fri, 17 Apr 2020 14:18:07 -0700
Subject: [PATCH] Update saLiveWithHG.tw

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

diff --git a/src/uncategorized/saLiveWithHG.tw b/src/uncategorized/saLiveWithHG.tw
index 670bcbec96c..40ae73f8365 100644
--- a/src/uncategorized/saLiveWithHG.tw
+++ b/src/uncategorized/saLiveWithHG.tw
@@ -87,7 +87,7 @@
 	<<elseif $HGTastes > 1>>
 		<<if ($slaves[$i].lips <= 70)>>
 			<<set $slaves[$i].drugs = "lip injections">>
-		<<elseif ($slaves[$i].butt < $slaves[$i].boobs/1000)>>
+		<<elseif ($slaves[$i].boobs > (125*Math.pow($slaves[$i].butt, 2)))>>
 			<<set $slaves[$i].drugs = "butt injections">>
 		<<else>>
 			<<set $slaves[$i].drugs = "breast injections">>
@@ -933,7 +933,7 @@
 	<<elseif $HGTastes > 1>>
 		<<if ($slaves[$i].lips <= 70)>>
 			$HeadGirl.slaveName gives $slaves[$i].slaveName lip injections, since _he2 thinks $slaves[$i].slaveName should have lips so big $he can barely speak.
-		<<elseif ($slaves[$i].butt < $slaves[$i].boobs/1000)>>
+		<<elseif ($slaves[$i].boobs > (125*Math.pow($slaves[$i].butt, 2)))>>
 			$HeadGirl.slaveName gives $slaves[$i].slaveName ass injections, since _he2 loves curves and thinks $slaves[$i].slaveName's butt needs the most work.
 		<<else>>
 			$HeadGirl.slaveName gives $slaves[$i].slaveName boob injections, since _he2 loves curves and thinks $slaves[$i].slaveName's tits need the most work.
-- 
GitLab