From 7dffb6fef9ef4b5727f24f7f0ac1d1314f25e94b Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Sun, 8 Aug 2021 18:52:51 -0700
Subject: [PATCH] Once you've discovered that your HG is a dom, you know it.

---
 src/endWeek/saBeYourHeadGirl.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/endWeek/saBeYourHeadGirl.js b/src/endWeek/saBeYourHeadGirl.js
index 4b8cd5bc402..f2a42ea87c4 100644
--- a/src/endWeek/saBeYourHeadGirl.js
+++ b/src/endWeek/saBeYourHeadGirl.js
@@ -233,6 +233,7 @@ App.SlaveAssignment.beYourHeadGirl = (function() {
 		} else {
 			if (slave.fetish === "dom") {
 				r.push(`Having all the slaves look up to and obey ${him} clearly excites ${him}; <span class="lightcoral">${he}'s a natural dom!</span>`);
+				slave.fetishKnown = 1;
 			} else if (fetishChange > jsRandom(0, 100)) {
 				r.push(`Having all the slaves look up to and obey ${him} affects ${his} sexuality, turning ${him} into a <span class="lightcoral">bit of a dominatrix.</span>`);
 				slave.fetish = "dom";
-- 
GitLab