diff --git a/src/events/PE/pePitFight.js b/src/events/PE/pePitFight.js index 105239ddeafc5988c3e09ee0a852dc6efb7eb190..51190b054508b7e3851c02d92d242e0eb6365b63 100644 --- a/src/events/PE/pePitFight.js +++ b/src/events/PE/pePitFight.js @@ -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.`);