diff --git a/src/npc/interaction/fDick.js b/src/npc/interaction/fDick.js index 34793e4379d62d54c42ca80ddfe08d0a0ef59b58..ee6e89e307b221bf88c1519a014785384fffcdd1 100644 --- a/src/npc/interaction/fDick.js +++ b/src/npc/interaction/fDick.js @@ -322,7 +322,8 @@ App.Interact.fDick = function(slave) { seX(V.PC, "anal", slave, "penetrative", 5); } else { seX(V.PC, "vaginal", slave, "penetrative", 5); - } } else { + } + } else { text.push(`Contently sighing, ${he} pulls ${his} still very hard cock from your overwhelmed body and forces it into your mouth, ready to blow a second load and give you a <span class="orangered">taste of your place,</span> before leaving you twitching and drooling cum.`); seX(V.PC, "oral", slave, "penetrative"); } diff --git a/src/npc/interaction/fSuckDick.js b/src/npc/interaction/fSuckDick.js index 8d2408983194ebe2fff9557bfbcec07a2fd802ec..1a60071eff3a97725aa294d6d81ac6e113028d12 100644 --- a/src/npc/interaction/fSuckDick.js +++ b/src/npc/interaction/fSuckDick.js @@ -388,7 +388,7 @@ App.Interact.fSuckDick = function(slave) { } else if (V.PC.dick < 0) { r.push(`while your anus contracts rhythmically.`); } - if (amount + (V.PC.belly > 5000 ? 100 : 0) > 150) > 150) { + if (amount + (V.PC.belly > 5000 ? 100 : 0) > 150) { r.push(`${His} cumshot is so voluminous that your stomach can't take it anymore and you raise your head, releasing what you have in your mouth.`); r.push(cumFinal(150)); } @@ -665,7 +665,7 @@ App.Interact.fSuckDick = function(slave) { } else { text.push(`as ${he} pushes your head down and ${his} hips up, making sure all of ${his} ${dickAdj} cock is inside your mouth. Your ${lipsLong} encircle the base of ${his} phallus and your nose flattens against ${his} pubis as you feel ${his} cock throb, releasing ${his} semen onto your tongue at the back of your mouth.`); } - if (amount + (V.PC.bellyPreg > 1500 ? 100 : 0) > 150) { + if (amount + (V.PC.belly > 5000 ? 100 : 0) > 150) { text.push(`${His} cumshot is so voluminous that your stomach can't take it anymore and you slap your hand on ${his} hips to let ${him} know. ${He} understands and lets go of your head, so you can release ${his} member from your ${slave.dick > 2 ? "throat" : "mouth"}.`); text.push(cumFinal(150)); }