Skip to content
Snippets Groups Projects
Commit 2eff1de0 authored by Arkerthan's avatar Arkerthan
Browse files

fix missing string interpolation in PEPitFight

parent f282bd46
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ App.Events.PEPitFight = class PEPitFight extends App.Events.BaseEvent {
App.Events.addParagraph(node, r);
r = [];
r.push(`Across the ring, ${his} opponent's owner nods civilly to you and examines slave.slaveName.`);
r.push(`Across the ring, ${his} opponent's owner nods civilly to you and examines ${slave.slaveName}.`);
if (slave.skill.combat > 0) {
r.push(`${His} combat skills greatly increase ${his} deadliness.`);
......
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