From 60dbee9be27ac30626c3e36e004f740101215de5 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sat, 21 Dec 2019 03:30:16 -0500
Subject: [PATCH] Added buffer to ng+ slave list

---
 Changelog.txt                    | 1 +
 src/uncategorized/newGamePlus.tw | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Changelog.txt b/Changelog.txt
index 01c43c94873..b5ef521fd3f 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -2,6 +2,7 @@ Pregmod
 
 0.10.7.1-3.1.x
 
+	-eye object overhaul
 	-added overflow feedback to demand
 	-added pit assign/remove rules to the RA
 	-fixes and cleaning
diff --git a/src/uncategorized/newGamePlus.tw b/src/uncategorized/newGamePlus.tw
index 25f6e1ba852..7d042a64219 100644
--- a/src/uncategorized/newGamePlus.tw
+++ b/src/uncategorized/newGamePlus.tw
@@ -53,4 +53,5 @@ You <<if $cash >= _fee>>have<<else>>lack<</if>> the funds to bring more than $sl
 
 Select up to $slavesToImportMax slaves to be imported into a new game and then click [[here.|init][$saveImported = 1,$oldCareer = "undefined",$slavesToImport = 0]]
 
+<br>
 <<print App.UI.SlaveList.listNGPSlaves()>>
-- 
GitLab