From b0146446b2d52cb7565696610b3ca1c94f12a535 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Thu, 14 Sep 2017 19:18:16 -0400 Subject: [PATCH] quick fixes --- src/uncategorized/saDrugs.tw | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/uncategorized/saDrugs.tw b/src/uncategorized/saDrugs.tw index 8f107cbe1ef..ef24b954c16 100644 --- a/src/uncategorized/saDrugs.tw +++ b/src/uncategorized/saDrugs.tw @@ -878,16 +878,16 @@ $possessiveCap natural lips are now so thin that further drug use will fail to shrink them further; @@.yellow;$possessive drug regimen has been ended.@@ <<set $slaves[$i].drugs = "no drugs">> <<elseif ($slaves[$i].lips-$slaves[$i].lipsImplant) >= 70>> - @@.lime;$possessiveCap natural lips to shrink painfully,@@ becoming massively smaller and thinner. + @@.lime;$possessiveCap natural lips shrink painfully,@@ becoming massively smaller and thinner. <<set $slaves[$i].lips -= 5>> <<elseif ($slaves[$i].lips-$slaves[$i].lipsImplant) >= 50>> - @@.lime;$possessiveCap natural lips to shrink painfully,@@ becoming smaller and thinner. + @@.lime;$possessiveCap natural lips shrink painfully,@@ becoming smaller and thinner. <<set $slaves[$i].lips -= 3>> <<elseif ($slaves[$i].lips-$slaves[$i].lipsImplant) >= 20>> - @@.lime;$possessiveCap natural lips to shrink painfully,@@ becoming smaller and thinner. + @@.lime;$possessiveCap natural lips shrink painfully,@@ becoming smaller and thinner. <<set $slaves[$i].lips -= 1>> <<elseif (random(1,100) > (40-($injectionUpgrade*10)-($slaves[$i].lips-$slaves[$i].lipsImplant))) && (($slaves[$i].lips-$slaves[$i].lipsImplant) > 0)>> - @@.lime;$possessiveCap natural lips to shrink painfully,@@ becoming smaller and thinner. + @@.lime;$possessiveCap natural lips shrink painfully,@@ becoming smaller and thinner. <<set $slaves[$i].lips -= 1>> <</if>> -- GitLab