diff --git a/src/gui/Encyclopedia/encyclopedia.tw b/src/gui/Encyclopedia/encyclopedia.tw
index c45b6f2b42373406e100346d2056e1b515c92801..4d2b6a7f0e42e4843e9ce9af3e5d428f3203b3ca 100644
--- a/src/gui/Encyclopedia/encyclopedia.tw
+++ b/src/gui/Encyclopedia/encyclopedia.tw
@@ -2628,7 +2628,7 @@ LORE: INTERVIEWS
 	<br>''hexall90'' for height growth drugs, incubator organ farm support and detailing, the dispensary cleanup, the joint Eugenics bad end rework with ''SFanon (blank)'', the Hippolyta Academy, and the Security Expansion Mod.
 	<br>''sensei'' for coding in support for commas and an excellent family tree rework.
 	<br>''laziestman'' for sexy spats.
-	<br>''SFanon (blank)'' for SF related work, passive player skill gain, fulfillment order, player into summary and options rewriting, general fixes, storyCaption overhauling, updating and re-organizing the in-game wiki in addition to the joint Eugenics bad end rework with ''hexall90''. Cleanup up the sidebar. Now for maintaining and expanding secEx.
+	<br>''SFanon (blank)'' for SF related work, passive player skill gain, fulfillment order, player into summary and options rewriting, general fixes, storyCaption overhauling, updating and re-organizing the in-game wiki in addition to the joint Eugenics bad end rework with ''hexall90''. Cleaned up the sidebar, now maintaining and expanding secEx.
 	<br>''anon'' for extending FCGudder's economy reports to the other facilities.
 	<br>''MilkAnon'' for his contributions to FCTV and the FC world in general.
 	<br>''valen102938'' for dealing with vector art, both creating new art and utilizing unused art.
@@ -2649,7 +2649,7 @@ LORE: INTERVIEWS
 	<br>''Autistic Boi'' for Mediterranean market preset.
 	<br>''anon'' for the PA subjugationist and supremacist FS appearances.
 	<br>''Editoranon and Milkanon?'' for prison markets and the nursing handjob scene.
-	<br>''DCoded'' for creating the favicon and adding animals to the Pit, as well as nursery and bestiality content, scenes, facilities and fixes. Also added a pussy licking scene and created and fixed a number of bugs.
+	<br>''DCoded'' for creating the favicon and adding animals to the Pit, as well as nursery and animal-related content, scenes, facilities and fixes. Also added an oral scene, the reminder system, and created and fixed a number of bugs.
 	<br>''HiveBro'' for giving hyperpregnant slaves some serious loving.
 	<br>''Quin2k'' for overwriting save function and expired tweak via Vrelnir & co.
 	<br>''ezsh'' for bugfixing and creating a tool to build twineJS and twineCSS for me. Set up a revised SC update process as well. Has contributed massive revisions to the game's structure. Keeps the RA in line.
diff --git a/src/npc/descriptions/fBoobs.tw b/src/npc/descriptions/fBoobs.tw
index 09794dedb58b01420cb9074a7eecf6ff91e7f207..d0e0f457672d62d3ae46e658f1e0713480040f0a 100644
--- a/src/npc/descriptions/fBoobs.tw
+++ b/src/npc/descriptions/fBoobs.tw
@@ -181,12 +181,20 @@ tits.
 <</if>>
 
 <<if (random(1,100) > (100+$activeSlave.devotion))>>
-	<<if ($activeSlave.fetish !== "boobs") && ($activeSlave.energy <= 95) && ($activeSlave.behavioralFlaw !== "hates men")>>
-		Being manhandled and used has given $him a @@.flaw.gain;hatred of men.@@
-		<<set $activeSlave.behavioralFlaw = "hates men">>
+	<<if ($activeSlave.fetish !== "boobs") && ($activeSlave.energy <= 95) && ($activeSlave.behavioralFlaw == "none")>>
+		<<if $PC.vagina >= 0>>
+			Being manhandled and used by you has given $him a @@.flaw.gain;hatred of women.@@
+			<<set $activeSlave.behavioralFlaw = "hates women">>
+		<<else>>
+			Being manhandled and used has given $him a @@.flaw.gain;hatred of men.@@
+			<<set $activeSlave.behavioralFlaw = "hates men">>
+		<</if>>
 	<</if>>
 <<elseif (random(1,100) > (110-$activeSlave.devotion))>>
-	<<if ($activeSlave.fetish == "none") && ($activeSlave.behavioralFlaw !== "hates men")>>
+	<<if ($activeSlave.fetish == "none")
+		&& !(($activeSlave.behavioralFlaw === "hates men") && ($PC.dick > 0) && ($PC.vagina < 0))
+		&& !(($activeSlave.behavioralFlaw === "hates women") && ($PC.vagina >= 0))
+		>>
 		Having attention and love lavished on $his boobs by $his <<= WrittenMaster($activeSlave)>> has $him thinking of $his @@.fetish.gain;breasts as sexual organs.@@
 		<<set $activeSlave.fetish = "boobs", $activeSlave.fetishKnown = 1>>
 	<</if>>