From e44938926d8f0b45fb8216c93a0fc667e04b10c4 Mon Sep 17 00:00:00 2001
From: Jones <Jones>
Date: Sun, 24 Feb 2019 14:29:37 +0100
Subject: [PATCH] Additional rep decay commented out

---
 src/uncategorized/reputation.tw | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/uncategorized/reputation.tw b/src/uncategorized/reputation.tw
index 34d6cb69f61..dc0cb00a5f2 100644
--- a/src/uncategorized/reputation.tw
+++ b/src/uncategorized/reputation.tw
@@ -125,7 +125,9 @@ On formal occasions, you are announced as $PCTitle.
 	<<set $rep += Math.abs($lastWeeksRepExpenses.overflow)>>
 	<<set $lastWeeksRepExpenses.overflow = 0>>
 <</if>>
+/*This looks to be a part of the rep decay code, so also commented out
 <<run repX(forceNeg(_repLoss), "multiplier")>>
+*/
 
 <<if ($weatherAwareness == 0) && ($weatherCladding == 2)>>
 	The public @@.green;is awestruck@@ of the beautiful weather hardening you have applied to the arcology's exterior, though they do not understand why you would waste so much money first ruining your arcology's appearance before doing this.
-- 
GitLab