Skip to content
Snippets Groups Projects
Commit 6d9108f3 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'zzc-fix' into 'pregmod-master'

ng fix

Closes #2377

See merge request pregmodfan/fc-pregmod!8002
parents 5c273d34 f1bdbc78
No related branches found
No related tags found
No related merge requests found
...@@ -11,10 +11,11 @@ You have decided to start over and will be able to take a few things with you: a ...@@ -11,10 +11,11 @@ You have decided to start over and will be able to take a few things with you: a
<br><br> <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.
<<if $cash >= _fee>> <<if $cash >= _fee>>
You have @@.yellowgreen;<<print cashFormat($cash)>>@@ to spend. You have allocated 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++]] <br>[[Increase slave import capacity by 1.|New Game Plus][cashX(forceNeg(_fee), "capEx"), $slavesToImportMax++]]
<<else>>
You lack the @@.yellowgreen;<<= cashFormat(_fee)>>@@ needed to bring any more than $slavesToImportMax slaves with you (or your equivalent) to a new arcology.
<</if>> <</if>>
<br> <br>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment