From 54010daf106f36a1365c0b8c00208f1b13288645 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Thu, 18 Jan 2018 11:05:26 -0500 Subject: [PATCH] fixes --- src/SecExp/authorityReport.tw | 4 +++- src/events/intro/introSummary.tw | 8 +++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/SecExp/authorityReport.tw b/src/SecExp/authorityReport.tw index 31ee3ea1c63..7c6a727f989 100644 --- a/src/SecExp/authorityReport.tw +++ b/src/SecExp/authorityReport.tw @@ -16,6 +16,8 @@ Your authority is low. You command no respect or fear from your citizens. <</if>> +<<set _authGrowth = 0>> + <<if $PC.career == "wealth">> As part of the idle wealth, you were used to have obedience coming naturally to you. Now you find it harder to maintain authority over the arcology. <<set _authGrowth -= 10 * random(5,15)>> @@ -32,7 +34,7 @@ Given your past life as a gang leader, you find it easier to assert your authority over the arcology and its inhabitants. <<set _authGrowth += 10 * random(5,15)>> <</if>> -<<set _authGrowth = 0>> + <<if $rep >= 19500>> Your legend is so well known that your mere presence command respect and obedience, increasing your authority. <<set _authGrowth += 10 * random(10,20)>> diff --git a/src/events/intro/introSummary.tw b/src/events/intro/introSummary.tw index 34b52ade053..aa7bc8501a4 100644 --- a/src/events/intro/introSummary.tw +++ b/src/events/intro/introSummary.tw @@ -662,9 +662,6 @@ __''Player Character''__ <</if>> <br> - <<if ndef $PCCreationBoobSize && $PCCreationBreast>> - <<set $PCCreationBoobSize = "noticeable breasts", $PCCreationBreast = "all natural">> - <</if>> <<switch $PC.boobsBonus>> <<case -1>> <<set $PCCreationBoobSize = "unoticable C cups">> @@ -694,9 +691,10 @@ __''Player Character''__ [[Go bigger|Intro Summary][$PC.boobsBonus = 2, $PC.boobsImplant = 0]] | [[Get implants|Intro Summary][$PC.boobsBonus = 2, $PC.boobsImplant = 1]] | [[Go smaller|Intro Summary][$PC.boobsBonus = -1, $PC.boobsImplant = 0]] <<elseif $PC.boobsBonus == 2>> [[Go smaller |Intro Summary][$PC.boobsBonus = 0, $boobsImplant = 0]] - <<else>> - [[Go smaller|Intro Summary][$PC.boobsBonus = 1, $PC.boobsImplant = 0]] | [[Go even smaller|Intro Summary][$PC.boobsBonus = 0, $PC.boobsImplant = 0]] | [[Remove them|Intro Summary][$PC.boobs = 0, $PC.boobsBonus = 0, $PC.boobsImplant = 0]] + <<elseif $PC.boobsBonus == -1>> + [[Go Bigger |Intro Summary][$PC.boobsBonus = 0]] <</if>> + | [[Remove them|Intro Summary][$PC.boobs = 0, $PC.boobsBonus = 0, $PC.boobsImplant = 0]] <<else>> <<if $PC.title == 1>> Your chest is ''manly.'' [[Add breasts|Intro Summary][$PC.boobs = 1, $PC.boobsBonus = -1]] -- GitLab