diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index dd4f1c226cb7419f81765035673840d0696b5b1b..9bae74dc6b1fb7ab2110787239f227d8d1360354 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -4,6 +4,13 @@
 
 01/10/18
 
+	265
+	-fVagina fixes
+	-SFanon's cleaning
+
+	264
+	-allowed master suite slaves into RESS eligibility
+
 	263
 	-The rest of SFanon's fixes
 	-minor corrections
diff --git a/player variables documentation - Pregmod.txt b/player variables documentation - Pregmod.txt
index 31368f894766f75068b86353ff79b27d5afb6cfb..0ecc63cf99d763df9965cb27a7e54c3f728c4b9a 100644
--- a/player variables documentation - Pregmod.txt	
+++ b/player variables documentation - Pregmod.txt	
@@ -97,8 +97,8 @@ pregMood:
 (uncommon in events)($PC.preg >= 28)
 how you act when heavily pregnant
 0 - no change
-1 - aggressive and dominant
-2 - submissive and motherly
+1 - submissive and motherly
+2 - aggressive and dominant
 
 labor:
 
diff --git a/src/npc/descriptions/fVagina.tw b/src/npc/descriptions/fVagina.tw
index 2677f46c53dbe51b8d6b6c524421f468fcb9c2c7..7e74c311bd1104b5b554953ca44731f38e529802 100644
--- a/src/npc/descriptions/fVagina.tw
+++ b/src/npc/descriptions/fVagina.tw
@@ -80,10 +80,10 @@ You call her over so you can
 	<</if>>
 <</if>>
 
-<<if $PC.pregMood == 1 && $PC.preg >= 28>>
+<<if $PC.pregMood == 2 && $PC.preg >= 28>>
 	<<set _fPosition = either(50,50,50,90)>>
 	<<set _fSpeed = 90>>
-<<elseif $PC.pregMood == 2 && $PC.preg >= 28>>
+<<elseif $PC.pregMood == 1 && $PC.preg >= 28>>
 	<<set _fPosition = random(1,40)>>
 	<<set _fSpeed = 10>>
 <<elseif $PC.belly >= 3000>>