From 11182adb53231a2dec4a8b4b49793331ff587822 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Thu, 1 Aug 2019 00:51:31 -0700 Subject: [PATCH] Mark fucktoy skill improvements in green, like skill improvements from other assignments. --- src/uncategorized/saPleaseYou.tw | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/uncategorized/saPleaseYou.tw b/src/uncategorized/saPleaseYou.tw index 2ed2c237c38..441e284a238 100644 --- a/src/uncategorized/saPleaseYou.tw +++ b/src/uncategorized/saPleaseYou.tw @@ -107,7 +107,7 @@ serves you this week. <<set $slaves[$i].sexualFlaw = "none">> <</if>> <<if ($slaves[$i].skill.vaginal < 100)>> - After a lot of time spent having vanilla sex, $his vaginal skill improves. + After a lot of time spent having vanilla sex, $his @@.green;vaginal skill improves.@@ <<= SkillIncrease.Vaginal($slaves[$i], _trainingEfficiency)>> <</if>> <</if>> @@ -238,7 +238,7 @@ serves you this week. <<set $slaves[$i].sexualFlaw = "none">> <</if>> <<if ($slaves[$i].skill.anal < 100)>> - After a lot of time spent getting buttfucked, $his anal skill improves. + After a lot of time spent getting buttfucked, $his @@.green;anal skill improves.@@ <<= SkillIncrease.Anal($slaves[$i], _trainingEfficiency)>> <</if>> <<if $slaves[$i].fetish == "buttslut">> @@ -382,7 +382,7 @@ serves you this week. <<set $slaves[$i].behavioralFlaw = "none">> <</if>> <<if ($slaves[$i].skill.oral < 100)>> - After a lot of time spent <<if $PC.dick == 1>>sucking you off<<if $PC.vagina == 1>> and eating you out<</if>><<else>>eating you out<</if>>, $his oral skill improves. + After a lot of time spent <<if $PC.dick == 1>>sucking you off<<if $PC.vagina == 1>> and eating you out<</if>><<else>>eating you out<</if>>, $his @@.green;oral skill improves.@@ <<= SkillIncrease.Oral($slaves[$i], _trainingEfficiency)>> <</if>> <<if $slaves[$i].fetish == "cumslut">> @@ -1054,13 +1054,13 @@ serves you this week. <</if>> <<if $slaves[$i].fetish != "mindbroken">> <<if ($slaves[$i].skill.oral < 100)>> - After a lot of time spent with <<if $PC.dick == 1>>your dick in $his mouth<<else>>$his mouth on your cunt<</if>>, $his oral skill improves. + After a lot of time spent with <<if $PC.dick == 1>>your dick in $his mouth<<else>>$his mouth on your cunt<</if>>, $his @@.green;oral skill improves.@@ <<= SkillIncrease.Oral($slaves[$i], _trainingEfficiency)>> <<elseif ($slaves[$i].skill.vaginal < 100) && ($slaves[$i].vagina > 0) && canDoVaginal($slaves[$i])>> - After a lot of time spent getting fucked, $his vaginal skill improves. + After a lot of time spent getting fucked, $his @@.green;vaginal skill improves.@@ <<= SkillIncrease.Vaginal($slaves[$i], _trainingEfficiency)>> <<elseif ($slaves[$i].skill.anal < 100) && ($slaves[$i].anus != 0) && canDoAnal($slaves[$i])>> - After a lot of time spent taking it up the ass, $his anal skill improves. + After a lot of time spent taking it up the ass, $his @@.green;anal skill improves.@@ <<= SkillIncrease.Anal($slaves[$i], _trainingEfficiency)>> <</if>> <</if>> -- GitLab