diff --git a/src/uncategorized/saDrugs.tw b/src/uncategorized/saDrugs.tw index 8f107cbe1ef4a7309059b1ba5e1983232238f3ec..ef24b954c1629dbcfdbb473cad0297f6e37c9c4f 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>>