diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index 3362d6aab9985017b1af08fca3e193b62f43a8b5..6d4fde575fa327028fa788bf875fa61ce002d407 100644 --- a/devNotes/VersionChangeLog-Premod+LoliMod.txt +++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt @@ -2,6 +2,11 @@ 0.10.7.0/1 +1/17/18 + + 278 + -variety of contributed fixes and corrections + 1/16/18 277 diff --git a/src/events/intro/introSummary.tw b/src/events/intro/introSummary.tw index 6c6ea3fbb2b79232f01bb0566c7f80e92377c960..e1bb034f93e33dba54e1ffd5cb0f84f3a9acd3be 100644 --- a/src/events/intro/introSummary.tw +++ b/src/events/intro/introSummary.tw @@ -699,9 +699,9 @@ __''Player Character''__ Your breasts are ''$PCCreationBoobSize'' and ''$PCCreationBreast''. <<if $PC.boobsBonus == 0>> - [[Go bigger|Intro Summary][$PC.boobsBonus = 1, $PC.boobsImplant = 0]] | [[Go smaller|Intro Summary][$PC.boobsBonus = -0.5, $PC.boobsImplant = 0]] - <<elseif $PC.boobsBonus == 1>> - [[Go bigger|Intro Summary][$PC.boobsBonus = 2, $PC.boobsImplant = 0]] | [[Go even bigger|Intro Summary][$PC.boobsBonus = 3, $PC.boobsImplant = 0]] | [[Get implants|Intro Summary][$PC.boobsBonus = 3, $PC.boobsImplant = 1]] | [[Go smaller |Intro Summary][$PC.boobsBonus = 0, $boobsImplant = 0]] + [[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]] <</if>> diff --git a/src/uncategorized/SFMBarracks.tw b/src/uncategorized/SFMBarracks.tw index e6b11c13c30668e38f432c1aca341d76689758c7..eae12875cac1f5b40f54f8a29f13838212b387e5 100644 --- a/src/uncategorized/SFMBarracks.tw +++ b/src/uncategorized/SFMBarracks.tw @@ -65,7 +65,7 @@ <br><<link "Ask The Colonel to put in a good word for you with her contacts">> <<replace "#result">> <<set $GoodWords1 += 250+(Math.ceil(Math.max(0.99,$SFAO))*$Env)>> - <<set $GoodWords1 = ((def $GoodWords1) ? $GoodWords1 : 500)>> + <<set $GoodWords1 = (Number($GoodWords1) ? $GoodWords1 : 500)>> <<if random(1,100) > 50>> <<if random(1,100) > 50>> The Colonel nods. "Sure boss," she says, "I still know a lot of people out there and they know my word means something. I'll tell them that yours does as well." She picks up a tablet on the table, tapping a few commands on it. "I just put the word out, boss. Your @@.green;reputation should be a bit better@@ now."