From 8dc30f62c3d5422fdd3952329ee0eefa91d5dcc2 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Sat, 26 Jun 2021 22:28:09 -0400
Subject: [PATCH] embedded lit

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

diff --git a/src/events/PE/pePitFightInvite.js b/src/events/PE/pePitFightInvite.js
index 9b7e82dbf74..042414f0b41 100644
--- a/src/events/PE/pePitFightInvite.js
+++ b/src/events/PE/pePitFightInvite.js
@@ -14,7 +14,7 @@ App.Events.PEPitFightInvite = class PEPitFightInvite extends App.Events.BaseEven
 
 		V.eventResults.pit = 0;
 
-		r.push(`Gladiatorial combat between slaves has not yet reached the level of social acceptability it once enjoyed in Rome, but it's growing in popularity. For now, most fights are discreet affairs limited to select guests. Displaying a slave bodyguard is an excellent way to get yourself invited to participate, and V.assistant.name has just passed on an invitation to a private fight next week, should you be willing to hazard a bodyguard.`);
+		r.push(`Gladiatorial combat between slaves has not yet reached the level of social acceptability it once enjoyed in Rome, but it's growing in popularity. For now, most fights are discreet affairs limited to select guests. Displaying a slave bodyguard is an excellent way to get yourself invited to participate, and ${V.assistant.name} has just passed on an invitation to a private fight next week, should you be willing to hazard a bodyguard.`);
 		App.Events.addParagraph(node, r);
 		r = [];
 		if (V.pit) {
-- 
GitLab