From 02a8864ed35861db4bbe66547fede25b3f9dbc50 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sun, 9 Jul 2017 23:29:04 -0400 Subject: [PATCH] Fixes. --- src/npc/startingGirls/moreCustomOptions.tw | 2 ++ src/uncategorized/matchmaking.tw | 2 +- src/uncategorized/policies.tw | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/npc/startingGirls/moreCustomOptions.tw b/src/npc/startingGirls/moreCustomOptions.tw index 5a262b4c5a4..b945a4e84bf 100644 --- a/src/npc/startingGirls/moreCustomOptions.tw +++ b/src/npc/startingGirls/moreCustomOptions.tw @@ -69,4 +69,6 @@ ''Births:'' <<textbox "$activeSlave.birthsTotal" $activeSlave.birthsTotal "More customization options">> //How many times she has already given birth, not necessarily while owned by you.// +<br><br> + [[Continue|Starting Girls]] diff --git a/src/uncategorized/matchmaking.tw b/src/uncategorized/matchmaking.tw index 396b762cdfa..30b44ca31cb 100644 --- a/src/uncategorized/matchmaking.tw +++ b/src/uncategorized/matchmaking.tw @@ -492,7 +492,7 @@ Being ordered into a relationship would be difficult for anyone, but they're so <<set $eventSlave.trust -= 10>> <<set $subSlave.trust -= 10>> <</if>> -<<if $eventSlave.behavioralQuirk == $subSlave.behavioralQuirk>> +<<if $eventSlave.behavioralQuirk == $subSlave.behavioralQuirk && $eventSlave.behavioralQuirk != "none">> They're both <<switch $eventSlave.behavioralQuirk>> <<case "confident">> diff --git a/src/uncategorized/policies.tw b/src/uncategorized/policies.tw index 16964a33f04..f840d3921ce 100644 --- a/src/uncategorized/policies.tw +++ b/src/uncategorized/policies.tw @@ -1315,7 +1315,7 @@ <<if $arcologies[0].FSPhysicalIdealistSMR == 0>> <br>''@@.lime;Lifting SMR:@@'' in order to be sold in the arcology, slaves will have to be bulked. [[Implement|Policies][$arcologies[0].FSPhysicalIdealistSMR = 1, $cash -=5000, $rep -= 1000, $minimumSlaveCost += 500]] - <br> //Will help advance Pastoralism// + <br> //Will help advance Physical Idealism// <</if>> <</if>> -- GitLab