From 17a49864b47bbeb4fdd47ba663f4dee970e3c4ef Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sat, 25 Nov 2017 10:04:17 -0500
Subject: [PATCH] fixed FCTV

---
 devNotes/VersionChangeLog-Premod+LoliMod.txt | 9 +++++++--
 src/pregmod/seFCTVshows.tw                   | 2 ++
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index e2ab4e8e152..e316a2e459e 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -4671,7 +4671,12 @@ Pregmod 0.10.3.0
 	-continued inflation work
 	
 	11/25/17
+	
+	153
 	-Security Expansion mod officially added
 	-finished phase 2 of the pregnancy overhaul (inflation overhaul)
-	-added the option to not implant cattle
-	-fixes
\ No newline at end of file
+	-added the option to not implant cattle for lactation implants to the dairy
+	-fixes
+	
+	154
+	-fixed FCTV channels 12 and 13 not showing reruns should they run out of content
\ No newline at end of file
diff --git a/src/pregmod/seFCTVshows.tw b/src/pregmod/seFCTVshows.tw
index 50416b32a0c..66d120e9f93 100644
--- a/src/pregmod/seFCTVshows.tw
+++ b/src/pregmod/seFCTVshows.tw
@@ -604,6 +604,7 @@ The offered price is ¤<<print $slaveCost>>.
 
 <<case 12>>
 	<<set $lastShow = 12, $showTwelve++>>
+	<<if $showTwelve == 9>><<set $showTwelve = 1>><</if>>
 	/* $showTwelve is the number of times the channel has been viewed. This will be your chapter count, more or less. */
 	<<if $showTwelve == 1>>
 		It seems that the random function has led you to a drama series about a girl adapting to living in the Free Cities. For a moment you consider changing the channel, but you decide to give it a shot.
@@ -753,6 +754,7 @@ The offered price is ¤<<print $slaveCost>>.
 	
 <<case 13>>
 	<<set $lastShow = 13, $showThirteen++>>
+	<<if $showThirteen == 3>><<set $showThirteen = 1>><</if>>
 	/* $showThirteen is the number of times the channel has been viewed. This will be your chapter count, more or less. */
 	<<if $showThirteen == 1>>
 		The random function has skipped straight to the middle of a "real life" documentary. 
-- 
GitLab