From 95283202645fc50ab50992ffd8834c48ea3b6415 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Fri, 21 Apr 2017 23:39:33 -0400
Subject: [PATCH] Fix

---
 src/uncategorized/saLongTermEffects.tw | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index 2985f1e6cf6..14970179c14 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -3832,21 +3832,21 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <</if>> /* CLOSES INFLATION OVERRIDE */
 
 /* belly sag calcs */
-<<if hyperBellyTwo($activeSlave)>>
+<<if hyperBellyTwo($slaves[$i])>>
 	<<if $slaves[$i].bellySag < 20>>
 		<<set $slaves[$i].bellySag += 0.5>>
 	<</if>>
 	<<if $slaves[$i].pregControl == "speed up">>
 		<<set $slaves[$i].bellySag += 1>>
 	<</if>>
-<<elseif hyperBellyOne($activeSlave)>>
+<<elseif hyperBellyOne($slaves[$i])>>
 	<<if $slaves[$i].bellySag < 10>>
 		<<set $slaves[$i].bellySag += 0.3>>
 	<</if>>
 	<<if $slaves[$i].pregControl == "speed up">>
 		<<set $slaves[$i].bellySag += 0.5>>
 	<</if>>
-<<elseif hugeBellyPreg($activeSlave.preg > 30) || ($activeSlave.bellyImplant >= 8000)>>
+<<elseif hugeBellyPreg($slaves[$i].preg > 30) || ($slaves[$i].bellyImplant >= 8000)>>
 	<<if $slaves[$i].bellySag < 5>>
 		<<set $slaves[$i].bellySag += 0.1>>
 	<</if>>
-- 
GitLab