Skip to content
Snippets Groups Projects
Commit 8dc30f62 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

embedded lit

parent cda04547
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment