From 0102296204ee97881dbc03f38c88e909b3ebacfa Mon Sep 17 00:00:00 2001
From: Vasileios Pasialiokis <whiterocket@outlook.com>
Date: Mon, 2 Jul 2018 01:24:31 +0300
Subject: [PATCH] add a line break for clarity

---
 src/uncategorized/prestigiousSlave.tw | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/uncategorized/prestigiousSlave.tw b/src/uncategorized/prestigiousSlave.tw
index 2ccfb1ff8bf..4932160194e 100644
--- a/src/uncategorized/prestigiousSlave.tw
+++ b/src/uncategorized/prestigiousSlave.tw
@@ -888,6 +888,7 @@ You check to see if any especially prestigious slaves are on auction. <<if $pres
 
 <br><br>It will take <<print cashFormat($slaveCost)>> to win the auction.
 
+<br>
 <<if $cash >= $slaveCost>>
 	[[Place that bid|New Slave Intro][$cash -= $slaveCost,$nextButton = "Continue",$nextLink = "AS Dump",$returnTo = "Main"]]
 <<else>>
-- 
GitLab