diff --git a/src/npc/interaction/fFeelings.tw b/src/npc/interaction/fFeelings.tw
index 5b7e95ec92aa64c9d650fab85f54866d0c32e412..32b572118af603b3b294396f011cf2556a24c657 100644
--- a/src/npc/interaction/fFeelings.tw
+++ b/src/npc/interaction/fFeelings.tw
@@ -835,7 +835,15 @@ My favorite part of my body i<<s>>
 	<<else>>
 		<<set _fluid = getSlave($AS).inflationType>>
 	<</if>>
-	<<if getSlave($AS).behavioralFlaw === "gluttonous" && ["food", "milk"].includes(_fluid) && [1,3].includes(getSlave($AS).inflationMethod)>>
+	<<if getSlave($AS).behavioralFlaw === "gluttonous" && ["food", "milk"].includes(_fluid) && [1,3].includes(getSlave($AS).inflationMethod) && getSlave($AS).fetish === "humiliation" && getSlave($AS).fetishStrength > 60>>
+		<<if getSlave($AS).bellyFluid >= 10000>>
+			My belly hurt<<s>> a bit, but it'<<s>> worth it to let everybody know what a di<<s>>gra<<c>>eful, gluttonou<<s>> //pig// I am.
+		<<elseif getSlave($AS).bellyFluid >= 5000>>
+			I can't believe I get to gorge my<<s>>elf <<s>>illy on _fluid and <<sh>>ow it off! Thank you, <<Master>>.
+		<<elseif getSlave($AS).bellyFluid >= 2000>>
+			This _fluid is deli<<c>>iou<<s>>, but wouldn't it be hot if your little piggy had an even //bigger// belly for people to <<s>>tare at?
+		<</if>>
+	<<elseif getSlave($AS).behavioralFlaw === "gluttonous" && ["food", "milk"].includes(_fluid) && [1,3].includes(getSlave($AS).inflationMethod)>>
 		<<if getSlave($AS).bellyFluid >= 10000 && getSlave($AS).fetish === "masochist" && getSlave($AS).fetishStrength > 60>>
 			Thi<<s>> _fluid i<<s>> <<s>>o ta<<s>>ty, and my belly hurt<<s>> <<s>>o //good//... I wi<<sh>> I really could <<s>>tuff my<<s>>elf to bur<<s>>ting.
 		<<elseif getSlave($AS).bellyFluid >= 10000>>
@@ -867,7 +875,7 @@ My favorite part of my body i<<s>>
 		<</if>>
 	<<elseif getSlave($AS).fetish === "humiliation" && getSlave($AS).fetishStrength > 60>>
 		<<if getSlave($AS).bellyFluid >= 2000>>
-			I look like such a disgraceful //pig// with this bloated gut...
+			This bloated gut is so //disgraceful//...
 			<<if getSlave($AS).bellyFluid >= 10000>> It hurts a little, but <</if>>
 			 I love the way people //stare// at it.
 		<</if>>