From 3d913638478ede674b7b18ce6466980892bf8fb7 Mon Sep 17 00:00:00 2001
From: Anu <barrychahal@gmail.com>
Date: Sat, 5 Dec 2020 15:45:11 -0800
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 src/events/PE/concubineInterview.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/events/PE/concubineInterview.js b/src/events/PE/concubineInterview.js
index 30aae14a734..7563731d071 100644
--- a/src/events/PE/concubineInterview.js
+++ b/src/events/PE/concubineInterview.js
@@ -539,7 +539,7 @@ App.Events.PEConcubineInterview = class PEConcubineInterview extends App.Events.
 						t.push(`${He} quirks a corner of ${his} mouth. ${speak(`"And ${heP} has a <em>wonderful</em> cock."`)}`);
 					}
 					
-					rep(500);
+					repX(500);
 					
 					App.Events.addParagraph(node, t);
 				}
-- 
GitLab