From 353c1245795a7352dc9ef6961199ec0c40d9eaee Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sat, 23 Sep 2017 01:28:25 -0400 Subject: [PATCH] fixes --- src/uncategorized/REroyalblood.tw | 22 ++++++++++++---------- src/utility/descriptionWidgetsFlesh.tw | 2 +- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/src/uncategorized/REroyalblood.tw b/src/uncategorized/REroyalblood.tw index a3cd4177097..a21480a6362 100644 --- a/src/uncategorized/REroyalblood.tw +++ b/src/uncategorized/REroyalblood.tw @@ -169,7 +169,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad <</replace>> <</link>> // Purchasing the goods and hiring the VTOLs will cost about ¤35000.// <<else>> - //You lack the necessary funds to enslave a crown prince.// + <br>//You lack the necessary funds to enslave a crown prince.// <</if>> <<if $securityForceActive > 1>> <br><<link "Dispatch $securityForceName on a night time raid to acquire the crown prince. You will despised for this action and trade will be greatly damaged.">> @@ -325,7 +325,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad <</replace>> <</link>> // You will need to utilize a sizable portion of your reputation and ¤100000 to enslave them.// <<else>> - //You lack the necessary funds and reputation to enslave both the crown prince and princess.// + <br>//You lack the necessary funds and reputation to enslave both the crown prince and princess.// <</if>> <<if $securityForceActive > 1>> <br><<link "Dispatch $securityForceName on a night time raid to acquire both the prince and princess. You will despised for this action and trade will be greatly damaged.">> @@ -482,7 +482,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad <</replace>> <</link>> // It will cost about ¤25000 to enslave them.// <<else>> - //You lack the necessary funds to enslave a handful of court ladies.// + <br>//You lack the necessary funds to enslave a handful of court ladies.// <</if>> <<if $securityForceActive > 1>> <br><<link "Dispatch $securityForceName on a night time raid to acquire a handful of court ladies. You will disliked for this action and trade will be damaged".>> @@ -588,7 +588,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad <</replace>> <</link>> // It will cost about ¤15000 to enslave her.// <<else>> - //You lack the necessary funds to enslave a queen.// + <br>//You lack the necessary funds to enslave a queen.// <</if>> <<if $cash >= 500000>> @@ -638,7 +638,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad <<set $activeSlave.father = $missingParentID>> <<set $missingParentID-->> <<else>> - <<set $activeSlave.relation = "mother">> + <<set $activeSlave.relation = "daughter">> <<set $activeSlave.relationTarget = $activeSlave.ID + 1000>> <</if>> <<set _princess = clone($activeSlave)>> @@ -681,13 +681,15 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad <<set $activeSlave.mother = 0>> <<set $activeSlave.father = 0>> <<else>> - <<set $activeSlave.relation = "daughter">> + <<set $activeSlave.relation = "mother">> <<set $activeSlave.relationTarget = $activeSlave.ID - 1000>> <</if>> <<set _queen = clone($activeSlave)>> <<AddSlave _queen>> /* skip New Slave Intro */ <</replace>> <</link>> // It will cost about ¤500000 to enslave both the Princess and Queen.// +<<else>> + <br>//You lack the necessary funds and reputation to enslave both the crown prince and princess.// <</if>> <<if $securityForceActive > 1>> <br><<link "Dispatch $securityForceName on a night time raid to acquire both the Princess and Queen. You will despised for this action and trade will be greatly damaged.">> @@ -737,7 +739,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad <<set $activeSlave.father = $missingParentID>> <<set $missingParentID-->> <<else>> - <<set $activeSlave.relation = "mother">> + <<set $activeSlave.relation = "daughter">> <<set $activeSlave.relationTarget = $activeSlave.ID + 1000>> <</if>> <<set _princess = clone($activeSlave)>> @@ -780,7 +782,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad <<set $activeSlave.mother = 0>> <<set $activeSlave.father = 0>> <<else>> - <<set $activeSlave.relation = "daughter">> + <<set $activeSlave.relation = "mother">> <<set $activeSlave.relationTarget = $activeSlave.ID - 1000>> <</if>> <<set _queen = clone($activeSlave)>> @@ -1216,7 +1218,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad <</for>> <</replace>> <</link>> // It will cost about ¤2500000 to enslave the entire court.// -<<else>> - //You lack the necessary funds to enslave the entire court.// +<<elseif $familyTesting == 1>> + <br>//You lack the necessary funds to enslave the entire court.// <</if>> </span> diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw index 4b58082949f..f7ec8980069 100644 --- a/src/utility/descriptionWidgetsFlesh.tw +++ b/src/utility/descriptionWidgetsFlesh.tw @@ -4182,7 +4182,7 @@ $pronounCap has <<elseif $activeSlave.muscles > 30>> and $possessive fit body barely allows $object to manage $possessive gigantic belly. <<else>> - and $possessive is dwarfed by $possessive pregnancy. While $pronoun can keep barely $possessive gigantic belly off the floor, it takes a considerable amount of effort to do so.<<if $activeSlave.amp == 0>> $pronounCap requires assistance to get to $possessive feet<<if $saleDescription == 0>>, and uses a wheeled stand to support $possessive pregnancy when $pronoun must walk anywhere<</if>>.<</if>> + and $pronoun is dwarfed by $possessive pregnancy. While $pronoun can keep barely $possessive gigantic belly off the floor, it takes a considerable amount of effort to do so.<<if $activeSlave.amp == 0>> $pronounCap requires assistance to get to $possessive feet<<if $saleDescription == 0>>, and uses a wheeled stand to support $possessive pregnancy when $pronoun must walk anywhere<</if>>.<</if>> <</if>> <<if $activeSlave.weight > 190>> $possessiveCap massively fat belly is stretched to the limit, so much so $possessive folds are pulled flat. $possessiveCap pregnancy is covered in an ever thinning layer of fat, save for the bulging upper portion where $possessive fat is thinnest. In that, rather large, area, you can just make out the many babies bulging $possessive stomach. -- GitLab