From 351285cbcec0e1c6e002125a8af1a8c29fbd336f Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Fri, 25 Aug 2017 04:15:21 -0400 Subject: [PATCH] "a dairy slave" career. --- src/uncategorized/resEndowment.tw | 2 +- src/uncategorized/saLongTermEffects.tw | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/uncategorized/resEndowment.tw b/src/uncategorized/resEndowment.tw index ad186d1beb4..58186009bb1 100644 --- a/src/uncategorized/resEndowment.tw +++ b/src/uncategorized/resEndowment.tw @@ -187,7 +187,7 @@ <br> <<link "Encourage the sale of heifers">> <<replace "#result">> - You express general satisfaction with previous graduates, but point out that it would be quite enjoyable to bring in their milk yourself. The representative quickly hides his doubts at your intent befor enodding in agreement. The grateful school spreads @@.green;word of your generosity,@@ using you as an example of investment in the future of slave milking. + You express general satisfaction with previous graduates, but point out that it would be quite enjoyable to bring in their milk yourself. The representative tries to explain that they aren't ready yet, but quickly changes his tune when he hears how much you'll be sending their way. The grateful school spreads @@.green;word of your generosity,@@ using you as an example of investment in the future of slave milking. <<set $TCR.schoolUpgrade = 2>> <<set $cash -= 50000>> <<set $rep += 1500>> diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index 22f1a40641e..2c3b1851c36 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -2266,6 +2266,9 @@ <<case "a slave">> She has been a slave so long that she can barely remember making decisions for herself, and @@.hotpink;feels naturally drawn@@ to her <<if $PC.title == 1>>Master<<else>>Mistress<</if>>. <<set $slaves[$i].devotion += 1>> +<<case "a dairy slave">> + She is @@.hotpink;thankful@@ that you saved her from becoming a mindless cow<<if $slaves[$i].trust < 50>>, though she still has her doubts<</if>>. + <<set $slaves[$i].devotion += 2>> <<case "a Fuckdoll">> She was once a Fuckdoll, leaving her @@.hotpink;willing to obey on an instinctual level.@@ <<set $slaves[$i].devotion += 5>> -- GitLab