From 4aebb78b05a07105ed64b5cdcb1275e413a5cb82 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sun, 14 Apr 2019 01:55:27 -0400 Subject: [PATCH] more minor fixes --- src/pregmod/eliteTakeOverFight.tw | 2 +- src/uncategorized/jeSlaveDispute.tw | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pregmod/eliteTakeOverFight.tw b/src/pregmod/eliteTakeOverFight.tw index 3eb88608075..cb4e8ee434d 100644 --- a/src/pregmod/eliteTakeOverFight.tw +++ b/src/pregmod/eliteTakeOverFight.tw @@ -298,7 +298,7 @@ <<set $eliteFate = 2>> <<goto "eliteTakeOverResult">> <</link>> -<<else>> +<<elseif $finalChoice != "give in">> With nothing else left, you remain powerless to stop the <<if $eliteLeft < $eliteTotal>>remaining<</if>> elite, who quickly capture and enslave you. Your personal story may continue, but the part of it worthy of retelling has now ended. <<set $ui = "start">> <br><br> diff --git a/src/uncategorized/jeSlaveDispute.tw b/src/uncategorized/jeSlaveDispute.tw index 9ad59683dd5..72d1338afeb 100644 --- a/src/uncategorized/jeSlaveDispute.tw +++ b/src/uncategorized/jeSlaveDispute.tw @@ -153,7 +153,7 @@ <<if $activeSlave.dick == 0>> <<set $activeSlave.vagina = 2>> <<set $activeSlave.ovaries = 1>> - <<if isFertile($activeSlave)>> + <<if isFertile($activeSlave) && $seePreg == 1>> <<= knockMeUp($activeSlave, 100, 2, -2, 1)>> <</if>> <</if>> -- GitLab