From 51b824a02cad8302ad2a6cc26a0e19008bdbaf5a Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Thu, 1 Jul 2021 13:49:46 -0400
Subject: [PATCH] quote fix

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

diff --git a/src/events/RE/reLegendaryCow.js b/src/events/RE/reLegendaryCow.js
index 68a0b33ad89..10fedf14f72 100644
--- a/src/events/RE/reLegendaryCow.js
+++ b/src/events/RE/reLegendaryCow.js
@@ -82,7 +82,7 @@ App.Events.RELegendaryCow = class RELegendaryCow extends App.Events.BaseEvent {
 			if (random(1, 100) > 50) {
 				r.push(`${slave.slaveName} is shown in public, closely inspected by the judging committee, and then publicly milked. Several of the judges cannot resist giving you a wink as they look ${him} over. ${slave.slaveName} is unsurprisingly named best in show, and will be <span class="green">remembered</span> as dairy stock of the highest pedigree. As ${his} owner, your reputation has <span class="green">also increased.</span>`);
 				slave.prestige = 1;
-				slave.prestigeDesc = "${He} is remembered for winning best in show as a dairy cow.";
+				slave.prestigeDesc = "$He is remembered for winning best in show as a dairy cow.";
 				V.trinkets.push(`a best in show ribbon awarded to ${slave.slaveName} as a milk cow`);
 			} else {
 				r.push(`${slave.slaveName} is shown in public, closely inspected by the judging committee, and then publicly milked. Several of the judges cannot resist giving you a wink as they look ${him} over, but others look disapprovingly at them; it seems some of your competitors also forwarded money to the committee. After furious wrangling, ${slave.slaveName} loses to another cow. The public is impressed with ${slave.slaveName}'s tits anyway; as you are ${his} owner, your reputation has <span class="reputation inc">increased</span> a little.`);
-- 
GitLab