From 7507cfc2627c6c9cc0c72a68be813220fc129bb1 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Fri, 21 Apr 2017 21:48:21 -0400 Subject: [PATCH] Fixes --- src/uncategorized/saLiveWithHG.tw | 2 -- src/utility/miscWidgets.tw | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/uncategorized/saLiveWithHG.tw b/src/uncategorized/saLiveWithHG.tw index e1cf4456ea1..b584e96651e 100644 --- a/src/uncategorized/saLiveWithHG.tw +++ b/src/uncategorized/saLiveWithHG.tw @@ -751,8 +751,6 @@ <<include "SA devotion">> <</silently>> <<else>> - <br>$slaves[$i].slaveName - <br> <<if $slaves[$i].choosesOwnClothes == 1>> <<include "SA chooses own clothes">> <<if ($slaves[$i].devotion <= 20)>> diff --git a/src/utility/miscWidgets.tw b/src/utility/miscWidgets.tw index 6e25bb2823b..81a2ced1fe3 100644 --- a/src/utility/miscWidgets.tw +++ b/src/utility/miscWidgets.tw @@ -1160,11 +1160,11 @@ <<SlavePronouns $args[0]>> <<if $args[0].whoreSkill <= 10>> <<if $args[0].whoreSkill+$skillIncrease > 10>> - @@color:green;;$pronounCap now has basic knowledge about how to whore,@@ and can avoid some potentially dangerous situations. + @@color:green;$pronounCap now has basic knowledge about how to whore,@@ and can avoid some potentially dangerous situations. <</if>> <<elseif $args[0].whoreSkill <= 30>> <<if $args[0].whoreSkill+$skillIncrease > 30>> - @@color:green;;$pronounCap now has some skill as a whore,@@ and knows how to sell her body at a good price. + @@color:green;$pronounCap now has some skill as a whore,@@ and knows how to sell her body at a good price. <</if>> <<elseif $args[0].whoreSkill <= 60>> <<if $args[0].whoreSkill+$skillIncrease > 60>> -- GitLab