diff --git a/src/js/slaveCostJS.js b/src/js/slaveCostJS.js index b0e87f10fe8c1a2967a5fdf59ebf3d8be9d31a37..60cd7264c03078bb1763033f524d63a87fdd5913 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