From d373573ec20f3f10f7bde49f480976bb06da51af Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Wed, 7 Oct 2020 23:36:16 -0400 Subject: [PATCH] second try --- src/uncategorized/newGamePlus.tw | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/uncategorized/newGamePlus.tw b/src/uncategorized/newGamePlus.tw index 23fe9b517ed..2443ea21d03 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++]] -- GitLab