From 66355408cb69d49f23cb72bd82b6490e49d53eb9 Mon Sep 17 00:00:00 2001 From: Anu <barrychahal@gmail.com> Date: Fri, 7 Aug 2020 21:17:02 -0700 Subject: [PATCH] Add shameslut glutton responses --- src/npc/interaction/fFeelings.tw | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/npc/interaction/fFeelings.tw b/src/npc/interaction/fFeelings.tw index 5b7e95ec92a..32b572118af 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>> -- GitLab