diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index 2985f1e6cf61d4bebfa82f8d8241107efc77e12f..14970179c14bd2649925359d59d59427d3927baa 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>>