From b1611eb0e7301aeace10a46cef8577edd80829bd Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Wed, 7 Oct 2020 23:15:17 -0400
Subject: [PATCH] ng fix

---
 src/uncategorized/newGamePlus.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/newGamePlus.tw b/src/uncategorized/newGamePlus.tw
index f582693fbfd..23fe9b517ed 100644
--- a/src/uncategorized/newGamePlus.tw
+++ b/src/uncategorized/newGamePlus.tw
@@ -11,7 +11,7 @@ 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 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<<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.
 <<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++]]
-- 
GitLab