From 492d37f6434cf0f6830065c0e525c99925e4ee8b Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Fri, 6 Mar 2020 11:41:02 -0500
Subject: [PATCH] wip inflation jsification

---
 src/uncategorized/saLongTermEffects.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index 0e86c9a17f5..84f52f1165d 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -4548,7 +4548,7 @@
 
 <<if $slaves[$i].bellyFluid >= 1500>> /* PREGMOD: NOT PREGNANT, YES INFLATION */
 
-	<<include "SA inflation">>
+	<<= saInflation($slaves[$i])>>
 
 	<<if setup.fakeBellies.includes(_bellyAccessory)>>
 		$He has trouble keeping $himself full of
-- 
GitLab