From e943991e8ea6e6dfe39f9bd7d238c1672a41d9bd Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Thu, 27 May 2021 13:05:11 -0400 Subject: [PATCH] fAnus text fixes --- src/npc/interaction/fAnus.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/npc/interaction/fAnus.js b/src/npc/interaction/fAnus.js index fbad482c687..97c3d14f97b 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,`); } -- GitLab