diff --git a/src/npc/interaction/fAnus.js b/src/npc/interaction/fAnus.js index fbad482c6877711f7dd728fbfde480af8c57d1d9..97c3d14f97bdad8302513f2bc99680a69792b845 100644 --- a/src/npc/interaction/fAnus.js +++ b/src/npc/interaction/fAnus.js @@ -88,7 +88,7 @@ App.Interact.fAnus = function(slave) { } else { r.push(`${He} is appalled at the idea of taking it up the ass${(V.PC.dick === 0) ? `and cries with fear as you don a strap-on` : ``}. ${He} does anyway though, sobbing into the cushions`); if (hasAnyArms(slave)) { - r.push(`while you hold ${his} ${hasBothArms(slave) ? `arms` : `arm`}behind ${him}`); + r.push(`while you hold ${his} ${hasBothArms(slave) ? `arms` : `arm`} behind ${him}`); } r.push(r.pop() + `.`); r.push(`You force yourself into ${his} butthole and continue thrusting your member into ${his} ass. ${He} sobs and cries with disgust while you pump into ${his} rear. The painful anal rape <span class="devotion dec">decreases ${his} devotion to you.</span> <span class="virginity loss">${His} tight little ass has been broken in,</span> and ${he} is <span class="trust dec">terrified of further anal pain.</span>`); @@ -153,11 +153,7 @@ App.Interact.fAnus = function(slave) { } r.push(`but you pin`); if (hasAnyArms(slave)) { - r.push(`${his} hand`); - if (hasBothArms(slave)) { - r.push(`s`); - } - r.push(`behind ${him} with one hand,`); + r.push(`${his} ${hasBothArms(slave) ? "hands" : "hand"} behind ${him} with one hand,`); } else { r.push(`${him} down,`); }