From 9a1a120cfb0cb2f640071df7615b7c777d42ead6 Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Mon, 1 Apr 2019 18:07:38 -0400
Subject: [PATCH] just in case

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

diff --git a/src/uncategorized/reputation.tw b/src/uncategorized/reputation.tw
index 77ad9be8fe8..5071c80908c 100644
--- a/src/uncategorized/reputation.tw
+++ b/src/uncategorized/reputation.tw
@@ -105,6 +105,8 @@ On formal occasions, you are announced as $PCTitle.
 	<</if>>
 	<<if _repLoss > 500>>
 		<<set _repLoss = 500>>
+	<<elseif _repLoss < 0>>
+		<<set _repLoss = 0>>
 	<</if>>
 	<<set $enduringRep += Math.trunc(_repLoss*0.1)>>
 <<else>>
-- 
GitLab