From f190a110ee02c18e7f033c0cc9f3a2c57342a32e Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Mon, 13 May 2019 17:33:26 -0400
Subject: [PATCH] removed extra )

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

diff --git a/src/uncategorized/reputation.tw b/src/uncategorized/reputation.tw
index 5935dee8cd3..d207c15a33f 100644
--- a/src/uncategorized/reputation.tw
+++ b/src/uncategorized/reputation.tw
@@ -686,7 +686,7 @@ On formal occasions, you are announced as $PCTitle.
 		<<run repX(forceNeg(10*$PC.degeneracy), "PCactions")>>
 	<<elseif $PC.degeneracy > 25>>
 		There are @@.red;rumors@@ about you spreading across the arcology.
-		<<run repX(forceNeg(5*$PC.degeneracy)), "PCactions")>>
+		<<run repX(forceNeg(5*$PC.degeneracy), "PCactions")>>
 	<<elseif $PC.degeneracy > 10>>
 		There are @@.red;minor rumors@@ about you spreading across the arcology.
 		<<run repX(forceNeg(2*$PC.degeneracy), "PCactions")>>
-- 
GitLab