From 19d29bf75998adbc5ec411405a74ef2a212d6e2f Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Thu, 22 Oct 2020 00:15:15 -0400
Subject: [PATCH] pronoun fix

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

diff --git a/src/js/slaveCostJS.js b/src/js/slaveCostJS.js
index b0e87f10fe8..60cd7264c03 100644
--- a/src/js/slaveCostJS.js
+++ b/src/js/slaveCostJS.js
@@ -1636,7 +1636,7 @@ globalThis.BeautyTooltip = function(slave) {
 
 		let cheatBeautyContents = App.UI.DOM.appendNewElement("div", el, BeautyFrame());
 		cheatBeautyContents.id = "cheatBeautyContents";
-		App.UI.DOM.appendNewElement("div", el, `${beauty * 2}/2 is ${beauty}, ${getPronouns(slave).her} total score`);
+		App.UI.DOM.appendNewElement("div", el, `${beauty * 2}/2 is ${beauty}, ${getPronouns(slave).his} total score`);
 		return el;
 
 		// Set up the frame that contains the info
-- 
GitLab