diff --git a/src/uncategorized/newGamePlus.tw b/src/uncategorized/newGamePlus.tw
index 23fe9b517ed82b8601ea9bc48470a0db3f6d9281..2443ea21d03fdf6446774d9a9b5dadf448759da8 100644
--- a/src/uncategorized/newGamePlus.tw
+++ b/src/uncategorized/newGamePlus.tw
@@ -11,7 +11,13 @@ 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<<else>>lack<</if>> the funds to bring no more than $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
+<<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.
 	<br>[[Increase slave import capacity by 1.|New Game Plus][cashX(forceNeg(_fee), "capEx"), $slavesToImportMax++]]