From cf2f41584ca96df056f10f27cde544b7b57c16da Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sat, 27 Feb 2021 11:02:48 -0500 Subject: [PATCH] Minor tweaks + restore point for catmod merge --- src/npc/descriptions/belly/belly.js | 2 +- src/npc/interaction/fFeelings.tw | 34 +++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/src/npc/descriptions/belly/belly.js b/src/npc/descriptions/belly/belly.js index 32330b645a7..a3e1e6ca366 100644 --- a/src/npc/descriptions/belly/belly.js +++ b/src/npc/descriptions/belly/belly.js @@ -199,7 +199,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } r.push(`${His} extraordinary size greatly limits what ${he} can do and what can be done to ${him}.`); if (canWalk(slave)) { - r.push(`Surprisingly, ${he} is still capable of moving ${him}self in such a state.`); + r.push(`Surprisingly, ${he} is still capable of moving ${himself} in such a state.`); } } if (slave.weight > 190) { diff --git a/src/npc/interaction/fFeelings.tw b/src/npc/interaction/fFeelings.tw index dd01b120414..7352a479c92 100644 --- a/src/npc/interaction/fFeelings.tw +++ b/src/npc/interaction/fFeelings.tw @@ -99,6 +99,40 @@ I wi<<sh>> you could give me <<s>>omething to ea<<s>>e the pain. <</if>> <</if>> +<<if getSlave($AS).devotion > 20 && getSlave($AS).devotion <= 90 && getSlave($AS).trust >= -20 && getSlave($AS).fetish != "pregnancy" && getSlave($AS).bellyPreg > (getSlave($AS).pregAdaptation * 2000)>> + <<if getSlave($AS).belly > (getSlave($AS).pregAdaptation * 4500)>> + <<Master>>, my body i<<s>> full... + <<if getSlave($AS).geneticQuirks.uterineHypersensitivity == 2>> + I can't fit anymore... <<S>>o than why doe<<s>> every near rupture feel <<s>>o fucking good? + <<elseif getSlave($AS).sexualFlaw == "self hating">> + I <<s>>urely couldn't even + <<if $PC.dick > 2>> + find room to fit your dick in me right now. + <<elseif $PC.dick == 0>> + find room to <<s>>tick that hulking <<s>>trap-on in me right now. + <<else>> + fit the <<s>>lighte<<s>>t amount more in<<s>>ide me right now; even you'll feel po<<s>>itively enormou<<s>> in me. + <</if>> + Maybe you <<sh>>ould ju<<s>>t <<sh>>ove me down and for<<c>>e it in? <<S>>end me right over the edge? Plea<<s>>e? + <<else>> + I'm ju<<s>>t going to e<<x>>plode at <<s>>ome point, aren't I? + <</if>> + <<elseif getSlave($AS).belly > (getSlave($AS).pregAdaptation * 3200)>> + My body feel<<s>> full, + <<if getSlave($AS).geneticQuirks.uterineHypersensitivity == 2>> + like a balloon ready to e<<x>>plode into the bigge<<s>>t orga<<s>>m <<he>>'<<s>> ever had. Am I lo<<s>>ing my mind? + <<else>> + almost like I'm going to pop if I get any bigger. <<Master>>, am... am I going to be alright? + <</if>> + <<else>> + My body feel<<s>> tight, like really tight. + <<if getSlave($AS).geneticQuirks.uterineHypersensitivity == 2>> + And kind of good, like I'm could come at any moment. + <<else>> + I get that I'm <<s>>uper pregnant, but <<sh>>ould it hurt like thi<<s>>? + <</if>> + <</if>> +<</if>> <<if (getSlave($AS).fetishKnown == 1)>> <<if (getSlave($AS).energy > 95)>> -- GitLab