From 7cd69f205fb68fc090611e79c49fb9c049495db9 Mon Sep 17 00:00:00 2001 From: DCoded <dicoded@email.com> Date: Sun, 18 Apr 2021 00:40:53 -0400 Subject: [PATCH] Minor fix --- src/npc/interaction/fPCImpreg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/npc/interaction/fPCImpreg.js b/src/npc/interaction/fPCImpreg.js index 14ca4787f90..01df2aef5f4 100644 --- a/src/npc/interaction/fPCImpreg.js +++ b/src/npc/interaction/fPCImpreg.js @@ -238,7 +238,7 @@ function consummationPregnancyFetishNonvirgin(slave) { text.push(`pussy, ripe for breeding.`); } - text.push(`You waste no time with foreplay as you mount ${him} and get to work. ${He} groans as your pelvis repeatedly slaps against ${him} over and over, anticipating what's to come. Just before you reach your peak, you hilt yourself within ${him}, signaling that it's time. ${He} sobs with happiness when ${he} finally feels your hot seed${fillHim}. ${He} spends the rest of the day cherishing ${his} ${bellyAdjective(slave)} stomach. This new connection with ${his} ${getWrittenTitle(slave)}`); + text.push(`You waste no time with foreplay as you mount ${him} and get to work. ${He} groans as your pelvis repeatedly slaps against ${him} over and over, anticipating what's to come. Just before you reach your peak, you hilt yourself within ${him}, signaling that it's time. ${He} sobs with happiness when ${he} finally feels your hot seed${fillHim}. ${He} spends the rest of the day cherishing ${his} ${bellyAdjective(slave)} stomach. This new connection with ${his} ${getWrittenTitle(slave)} `); slave.devotion += 10; -- GitLab