From 8dd032a639ad554d92c92c15285bdb06ab6a4d5c Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Wed, 7 Oct 2020 23:37:25 -0400
Subject: [PATCH] more

---
 src/uncategorized/newGamePlus.tw | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/src/uncategorized/newGamePlus.tw b/src/uncategorized/newGamePlus.tw
index 2443ea21d03..12b62129118 100644
--- a/src/uncategorized/newGamePlus.tw
+++ b/src/uncategorized/newGamePlus.tw
@@ -11,16 +11,11 @@ You have decided to start over and will be able to take a few things with you: a
 
 <br><br>
 
-You
 <<if $cash >= _fee>>
-	have the funds to bring up to $slavesToImportMax
-<<else>>
-	lack the funds to bring any more
-<</if>>
-slaves with you (or your equivalent) to a new arcology. It will cost @@.yellowgreen;<<print cashFormat(_fee)>>@@ to insure another slave's safe transfer.
-<<if $cash >= _fee>>
-	You have @@.yellowgreen;<<print cashFormat($cash)>>@@ to spend.
+	You have the funds to bring up to $slavesToImportMax slaves with you (or your equivalent) to a new arcology. It will cost @@.yellowgreen;<<print cashFormat(_fee)>>@@ to insure another slave's safe transfer.  You have @@.yellowgreen;<<print cashFormat($cash)>>@@ to spend.
 	<br>[[Increase slave import capacity by 1.|New Game Plus][cashX(forceNeg(_fee), "capEx"), $slavesToImportMax++]]
+<<else>>
+	You lack the funds to bring any more slaves with you (or your equivalent) to a new arcology.
 <</if>>
 
 <br>
-- 
GitLab