From 9e1f51001245f2529c28341f0d6eaef51432588b Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Wed, 25 Jul 2018 01:13:44 -0400 Subject: [PATCH] .pornFocus now actually accessible once pornPrestige is gained --- src/uncategorized/slaveInteract.tw | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw index 2dfbed79325..33ed865451a 100644 --- a/src/uncategorized/slaveInteract.tw +++ b/src/uncategorized/slaveInteract.tw @@ -1363,11 +1363,12 @@ Relationship rules: ''<span id="relationshipRules">$activeSlave.relationshipRule <<if $studioFeed == 1>> <br> - <<if $activeSlave.pornPrestige > 0>> - $He is known for $activeSlave.pornFameType porn<<if $activeSlave.pornPrestige > 1>> and viewers have grown to expect it from $him<</if>>. - <<elseif $activeSlave.pornFame < 100>> + <<if $activeSlave.pornFame < 100>> $He lacks the fame in porn needed to discern what $his feed is getting tagged as. <<else>> + <<if $activeSlave.pornPrestige > 0>> + $He is known for $activeSlave.pornFameType porn<<if $activeSlave.pornPrestige > 1>> and viewers have grown to expect it from $him<</if>>. + <</if>> <<if $activeSlave.pornFocus == "none">> You are allowing $his viewers to guide the direction of $his content. <<else>> -- GitLab