diff --git a/src/events/scheduled/pitFightLethal.js b/src/events/scheduled/pitFightLethal.js index d09c164e8666f819a9e0bb8fbcf2bc0776547475..a219ff8588ea5e2278ea5e6cd0e0455a12befd33 100644 --- a/src/events/scheduled/pitFightLethal.js +++ b/src/events/scheduled/pitFightLethal.js @@ -403,7 +403,7 @@ App.Facilities.Pit.lethalFight = function(fighters) { repX(-20, "pit", loser); } - } else if (deadliness(winner) < deadliness(loser) + 3) { + } else if (animal.deadliness < deadliness(loser) + 3) { if (loser.skill.combat > 0) { r.push(`${loser.slaveName} is fairly confident in ${his} fighting abilities, and ${he} knows that this fight is fairly evenly matched.`); } else { diff --git a/src/npc/interaction/fondleDick.js b/src/npc/interaction/fondleDick.js index e4de255d79341ce6b386429094f4855aa8f8b1b2..8f9723da8bd6ed4653505afbbc1e65dd0b0b9059 100644 --- a/src/npc/interaction/fondleDick.js +++ b/src/npc/interaction/fondleDick.js @@ -138,7 +138,7 @@ App.Interact.fondleDick = function(slave) { } r.push(`moving to match your hand movements. ${He} moans and shudders, leaking ${his} cockmilk as ${he} orgasms in your hands. ${He} dutifully looks at you as you stop moving your hands and get cleaned up.`); } else { - r.push(`${He} devotedly comes over and gives you an impassioned kiss. ${He} smiles and points ${his} dick towards you. You gently trace your fingers along ${his} ${dickDesc()} before taking it gently in one hand and tenderly stroking your hand along its shaft`); + r.push(`${He} devotedly comes over and gives you an impassioned kiss. ${He} smiles and points ${his} dick towards you. You gently trace your fingers along ${his} ${dickDesc()} before taking it gently in one hand and tenderly stroking your hand along its`); strokeAndSqueeze(); standardStiffy(); r.push(`${He} begs you not to stop. Soon, ${he} moans and ${his} movements indicate that ${he} is about to orgasm. ${He} shudders and leaks ${his} cockmilk as ${he} orgasms in your hands. ${He} looks at you passionately as you stop moving your hands and get cleaned up.`);