From 98d1db7e987002b4b13585290b30cf24ba02baf3 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Wed, 10 Jan 2018 23:28:06 -0500 Subject: [PATCH] fixes --- devNotes/VersionChangeLog-Premod+LoliMod.txt | 7 +++++++ player variables documentation - Pregmod.txt | 4 ++-- src/npc/descriptions/fVagina.tw | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index dd4f1c226cb..9bae74dc6b1 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 31368f89476..0ecc63cf99d 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 2677f46c53d..7e74c311bd1 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>> -- GitLab