From ce903de9b5932b140346756341a056f7e17e913c Mon Sep 17 00:00:00 2001 From: lowercase-donkey <lowercasedonkey@gmail.com> Date: Mon, 1 Apr 2019 17:44:00 -0400 Subject: [PATCH] fix degeneracy bug --- 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 ed57923f1de..77ad9be8fe8 100644 --- a/src/uncategorized/reputation.tw +++ b/src/uncategorized/reputation.tw @@ -680,7 +680,7 @@ On formal occasions, you are announced as $PCTitle. <<set $enduringRep = 0>> <<elseif $PC.degeneracy > 75>> There are @@.red;severe rumors@@ about you spreading across the arcology. - <<run repX(-200*$PC.degeneracy, "PCactions")>> + <<run repX(-20*$PC.degeneracy, "PCactions")>> <<elseif $PC.degeneracy > 50>> There are @@.red;bad rumors@@ about you spreading across the arcology. <<run repX(-10*$PC.degeneracy, "PCactions")>> -- GitLab