From 84e1170ff923a9a9b0c667e1275dbc385b6fd776 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Tue, 15 Aug 2017 17:50:35 -0400 Subject: [PATCH] more fixes --- src/uncategorized/longSlaveDescription.tw | 4 ++-- src/uncategorized/remoteSurgery.tw | 10 ++++------ 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/uncategorized/longSlaveDescription.tw b/src/uncategorized/longSlaveDescription.tw index 69d155b0cfd..47f345b02fd 100644 --- a/src/uncategorized/longSlaveDescription.tw +++ b/src/uncategorized/longSlaveDescription.tw @@ -460,8 +460,8 @@ $pronounCap has been with you <<elseif $activeSlave.slavesFathered > 0>> $pronounCap's fathered $activeSlave.slavesFathered new slave<<if $activeSlave.slavesFathered > 1>>s<</if>> for you. <</if>> -<<if $activeSlave.slavesKnockedUp > 0>> - $pronounCap's managed to knock you up $activeSlave.PCKnockedUp time<<if $activeSlave.slavesKnockedUp > 1>>s<</if>><<if $activeSlave.slavesFathered > 0>> and is the father of $activeSlave.PCChildrenFathered of your children<</if>>. +<<if $activeSlave.PCKnockedUp > 0>> + $pronounCap's managed to knock you up $activeSlave.PCKnockedUp time<<if $activeSlave.PCKnockedUp > 1>>s<</if>><<if $activeSlave.slavesFathered > 0>> and is the father of $activeSlave.PCChildrenFathered of your children<</if>>. <<elseif $activeSlave.slavesFathered > 0>> $pronounCap's the father of $activeSlave.PCChildrenFathered of your children. <</if>> diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw index 0cf44f471be..bcd18d9151b 100644 --- a/src/uncategorized/remoteSurgery.tw +++ b/src/uncategorized/remoteSurgery.tw @@ -626,10 +626,8 @@ $pronounCap's got a <</if>> <</if>> -<<if ($activeSlave.vagina > -1) || ($activeSlave.dick > 0)>> - <br><br> - Work on her sex: -<</if>> +<br><br> +Work on her sex: <<if $activeSlave.vagina > -1>> @@ -787,13 +785,13 @@ $pronounCap's got a <<if $activeSlave.indentureRestrictions < 1 && $activeSlave.breedingMark != 1>> <br> Since $pronoun has both a penis and a vagina, it's possible to remove $possessive pussy and leave $possessive sexually functional. - [[Remove pussy|Surgery Degradation][$activeSlave.vagina = -1,$activeSlave.ovaries = 0,$activeSlave.preg = -2,$activeSlave.pregSource = 0,$activeSlave.vaginalSkill = 0,$cash -= $surgeryCost,$activeSlave.health -= 20,$surgeryType = "vaginaRemoval"]] <<if $activeSlave.ovaries == 1>>//This will remove $possessive ovaries as well//<</if>> + [[Remove pussy|Surgery Degradation][$activeSlave.vagina = -1,$activeSlave.ovaries = 0,$activeSlave.preg = -2,$activeSlave.pregSource = 0,$activeSlave.vaginalSkill = 0,$activeSlave.vaginalAccessory = "none",$cash -= $surgeryCost,$activeSlave.health -= 20,$surgeryType = "vaginaRemoval"]] <<if $activeSlave.ovaries == 1>>//This will remove $possessive ovaries as well//<</if>> <</if>> <<elseif $activeSlave.vagina > -1>> <<if $activeSlave.indentureRestrictions < 1 && $activeSlave.breedingMark != 1>> <br> $possessiveCap pussy can be removed at the cost of $possessive sexual functionality, leaving $object a null. - [[Remove pussy|Surgery Degradation][$activeSlave.vagina = -1,$activeSlave.ovaries = 0,$activeSlave.preg = -2,$activeSlave.pregSource = 0,$activeSlave.vaginalSkill = 0,$cash -= $surgeryCost,$activeSlave.health -= 20,$surgeryType = "vaginaRemoval"]] <<if $activeSlave.ovaries == 1>>//This will remove $possessive ovaries as well//<</if>> + [[Remove pussy|Surgery Degradation][$activeSlave.vagina = -1,$activeSlave.ovaries = 0,$activeSlave.preg = -2,$activeSlave.pregSource = 0,$activeSlave.vaginalSkill = 0,$activeSlave.vaginalAccessory = "none",$cash -= $surgeryCost,$activeSlave.health -= 20,$surgeryType = "vaginaRemoval"]] <<if $activeSlave.ovaries == 1>>//This will remove $possessive ovaries as well//<</if>> <</if>> <</if>> -- GitLab