From 62d812b80e92491f991e540362ce153f44dc98e6 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Mon, 6 Jan 2020 03:22:14 -0500
Subject: [PATCH] order tweak

---
 src/uncategorized/persBusiness.tw | 50 +++++++++++++++----------------
 1 file changed, 25 insertions(+), 25 deletions(-)

diff --git a/src/uncategorized/persBusiness.tw b/src/uncategorized/persBusiness.tw
index 5b130b952a5..5491f579041 100644
--- a/src/uncategorized/persBusiness.tw
+++ b/src/uncategorized/persBusiness.tw
@@ -3,31 +3,6 @@
 <<if $useTabs == 0>>__Personal Business__<</if>>
 <br>
 
-<<if $cash < 0>>
-	<<set _cashX = cashX(forceNeg(1+Math.trunc(Math.abs($cash)/100)), "personalBusiness")>>
-	@@.red;You are in debt.@@ This week, interest came to <<print cashFormat(_cashX, "personalBusiness")>>.
-	<<if $arcologies[0].FSRomanRevivalist != "unset">>
-		Society @@.red;very strongly disapproves@@ of your being in debt; this damages the idea that you model yourself on what a Roman leader should be.
-		<<= FutureSocieties.Change("RomanRevivalist", -10)>>
-	<</if>>
-	<<if $cash < 0 && $cash > -25000 && $arcologies[0].FSRestartDecoration == 100>>
-		<<if $eugenicsFullControl != 1>>
-			Money is quickly shifted to bring you out of debt, though @@.red;the Societal Elite are left doubting@@ your worth.
-			<<set $cash = 0>>
-			<<set $failedElite += 100>>
-		<<else>>
-			Money is quickly shifted to bring you out of debt, though the Societal Elite grumble all the while.
-			<<set $cash = 0>>
-		<</if>>
-	<<elseif $cash < -9000>>
-		@@.red;WARNING: you are dangerously indebted.@@ Immediately acquire more liquid assets or you will be in danger of being enslaved yourself.
-		<<set $debtWarned += 1>>
-		<<if $debtWarned > 1>>
-			<<set $ui = "start">>
-			<<set $gameover = "debt">><<goto "Gameover">>
-		<</if>>
-	<</if>>
-<</if>>
 <<if $PC.health.shortDamage >= 30>>
 	<<if $PC.health.shortDamage >= 30>>
 		<<run endWeekHealthDamage($PC)>>
@@ -388,6 +363,31 @@
 <<else>>
 	You have enough cash to manage your affairs, but not enough to do much business.
 <</if>>
+<<if $cash < 0>>
+	<<set _cashX = cashX(forceNeg(1+Math.trunc(Math.abs($cash)/100)), "personalBusiness")>>
+	@@.red;You are in debt.@@ This week, interest came to <<print cashFormat(_cashX, "personalBusiness")>>.
+	<<if $arcologies[0].FSRomanRevivalist != "unset">>
+		Society @@.red;very strongly disapproves@@ of your being in debt; this damages the idea that you model yourself on what a Roman leader should be.
+		<<= FutureSocieties.Change("RomanRevivalist", -10)>>
+	<</if>>
+	<<if $cash < 0 && $cash > -25000 && $arcologies[0].FSRestartDecoration == 100>>
+		<<if $eugenicsFullControl != 1>>
+			Money is quickly shifted to bring you out of debt, though @@.red;the Societal Elite are left doubting@@ your worth.
+			<<set $cash = 0>>
+			<<set $failedElite += 100>>
+		<<else>>
+			Money is quickly shifted to bring you out of debt, though the Societal Elite grumble all the while.
+			<<set $cash = 0>>
+		<</if>>
+	<<elseif $cash < -9000>>
+		@@.red;WARNING: you are dangerously indebted.@@ Immediately acquire more liquid assets or you will be in danger of being enslaved yourself.
+		<<set $debtWarned += 1>>
+		<<if $debtWarned > 1>>
+			<<set $ui = "start">>
+			<<set $gameover = "debt">><<goto "Gameover">>
+		<</if>>
+	<</if>>
+<</if>>
 
 <<if ($personalAttention == "proclamation")>>
 	<<if ($SecExp.proclamation.currency == "authority" && $SecExp.core.authority >= 2000) || ($SecExp.proclamation.currency == "reputation" && $rep >= 4000) || ($SecExp.proclamation.currency == "cash" && $cash >= 8000)>>
-- 
GitLab