From 0f34c0e3f30aecab1f76535df724c43bd7aaa059 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Fri, 12 Oct 2018 02:16:39 -0400
Subject: [PATCH] fix

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

diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 2765f49f398..69fdbdaf98b 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -4,6 +4,9 @@
 
 10/12/2018
 
+	12
+	-fixes
+
 	11
 	-fixes
 	-tweaks to lispReplace()
diff --git a/src/pregmod/rePregInventor.tw b/src/pregmod/rePregInventor.tw
index a8c939f82f6..043ec677ce2 100644
--- a/src/pregmod/rePregInventor.tw
+++ b/src/pregmod/rePregInventor.tw
@@ -345,7 +345,7 @@
 			<<set $activeSlave.trust += 2, $activeSlave.devotion += 5>>	
 			<</replace>>
 		<</link>>
-		<<if $receiverAvailable == 1>>
+		<<if $FCTVreceiver == 1>>
 			<br><<link "Organize a televised demonstration of $his skills.">>
 				<<replace "#result2">>
 				You are so impressed by $his ideas that you arrange to have $him demonstrate $his discoveries on a prominent FCTV talkshow. It will take some time, and you'll have to insure that $he's at least reasonably well known before the show's executives will agree to allow $him on-air, but you're certain that $activeSlave.slaveName's name will soon be on the lips of pregnancy-loving slave owners and Free Cities citizens around the world. In the meantime, you implement her ideas around the arcology. $He is @@.hotpink;thrilled@@ to have pleased you so much that you would @@.mediumaquamarine;put such faith in $his ideas.@@
@@ -534,7 +534,7 @@
 			<<set $activeSlave.trust += 2, $activeSlave.devotion += 5>>	
 			<</replace>>
 		<</link>>
-		<<if $receiverAvailable == 1>>
+		<<if $FCTVreceiver == 1>>
 			<br><<link "Organize a televised demonstration of $his skills.">>
 				<<replace "#result2">>
 				You are so impressed by $his ideas that you arrange to have $him demonstrate $his discoveries on a prominent FCTV talkshow. It will take some time, and you'll have to insure that $he's at least reasonably well known before the show's executives will agree to allow $him on-air, but you're certain that $activeSlave.slaveName's name will soon be on the lips of pregnancy-loving slave owners and Free Cities citizens around the world. In the meantime, you implement her ideas around the arcology. $He is @@.hotpink;thrilled@@ to have pleased you so much that you would @@.mediumaquamarine;put such faith in $his ideas.@@
@@ -752,7 +752,7 @@
 			<<set $activeSlave.trust += 2, $activeSlave.devotion += 5>>	
 			<</replace>>
 		<</link>>
-		<<if $receiverAvailable == 1>>
+		<<if $FCTVreceiver == 1>>
 			<br><<link "Organize a televised demonstration of $his skills.">>
 				<<replace "#result2">>
 				You are so impressed by $his ideas that you arrange to have $him demonstrate $his discoveries on a prominent FCTV talkshow. It will take some time, and you'll have to insure that $he's at least reasonably well known before the show's executives will agree to allow $him on-air, but you're certain that $activeSlave.slaveName's name will soon be on the lips of pregnancy-loving slave owners and Free Cities citizens around the world. In the meantime, you implement her ideas around the arcology. $He is @@.hotpink;thrilled@@ to have pleased you so much that you would @@.mediumaquamarine;put such faith in $his ideas.@@
-- 
GitLab