Skip to content
Snippets Groups Projects
Commit 65b9d7ae authored by lowercasedonkey's avatar lowercasedonkey
Browse files

Support for FCTVreciever being incremented

parent 4b4df9c4
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ Around back;
[[Cancel it|Manage Personal Affairs][$weddingPlanned = -1, $marrying = []]]
<</if>>
<<if $FCTVreceiver == 1>>
<<if $FCTVreceiver > 0>>
<br><br>
<<if $FCTVrate == 1>>
You make sure to tune in to FCTV at least once a week. [[Watch every other week|Manage Personal Affairs][$FCTVrate = 2]] | [[Watch once a month|Manage Personal Affairs][$FCTVrate = 4]] | [[Ignore it|Manage Personal Affairs][$FCTVrate = -1]]
......
......@@ -347,7 +347,7 @@
<<set $activeSlave.trust += 2, $activeSlave.devotion += 5>>
<</replace>>
<</link>>
<<if $FCTVreceiver == 1>>
<<if $FCTVreceiver > 0>>
<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 talk show. 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 slaveowners and Free Cities citizens around the world. In the meantime, you implement $his ideas around the arcology. $He is @@.hotpink;thrilled@@ to have pleased you so much that you would @@.mediumaquamarine;put such faith in $his ideas.@@
......@@ -536,7 +536,7 @@
<<set $activeSlave.trust += 2, $activeSlave.devotion += 5>>
<</replace>>
<</link>>
<<if $FCTVreceiver == 1>>
<<if $FCTVreceiver > 0>>
<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 talk show. 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 slaveowners and Free Cities citizens around the world. In the meantime, you implement $his ideas around the arcology. $He is @@.hotpink;thrilled@@ to have pleased you so much that you would @@.mediumaquamarine;put such faith in $his ideas.@@
......@@ -755,7 +755,7 @@
<<set $activeSlave.trust += 2, $activeSlave.devotion += 5>>
<</replace>>
<</link>>
<<if $FCTVreceiver == 1>>
<<if $FCTVreceiver > 0>>
<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 talk show. 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 slaveowners and Free Cities citizens around the world. In the meantime, you implement $his ideas around the arcology. $He is @@.hotpink;thrilled@@ to have pleased you so much that you would @@.mediumaquamarine;put such faith in $his ideas.@@
......
......@@ -277,7 +277,7 @@
<<set $PC.forcedFertDrugs-->>
<</if>>
<<if $FCTVreceiver == 1>>
<<if $FCTVreceiver > 0>>
<<set $FCTVcount += 1>>
<<if $FCTVcount >= $FCTVrate && $FCTVrate != -1>>
<<set $FCTVcount = 0>>
......
......@@ -101,7 +101,7 @@
<</if>>
<</if>>
<<elseif $pregInventor == 2 && $pregInventions == 1 && $eventSlave.ID == $pregInventorID>>
<<if $FCTVreceiver == 1>>
<<if $FCTVreceiver > 0>>
<<if ($eventSlave.bellyPreg >= 1000000)>>
<<if $eventSlave.fetish != "mindbroken" && $eventSlave.fuckdoll == 0>>
<<if ($eventSlave.devotion > 50)>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment