From 08bc020d32b0842c20dc73cbae16e4ae09817d8a Mon Sep 17 00:00:00 2001
From: Jesusaves <cpntb1@ymail.com>
Date: Fri, 6 Sep 2019 12:13:27 -0300
Subject: You don't know how much Thief EXP you need to rank up, and it is more
 complete now Therefore, lower the compulsory tax from 95% to mere 20%.

---
 npc/015-2/ben.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/npc/015-2/ben.txt b/npc/015-2/ben.txt
index f84fbec73..bbd5b1553 100644
--- a/npc/015-2/ben.txt
+++ b/npc/015-2/ben.txt
@@ -31,7 +31,7 @@ L_Quest:
     next;
     if (THIEF_EXP > (THIEF_RANK*2)**5) {
         THIEF_EXP-=(THIEF_RANK*2)**5;
-        THIEF_EXP=(THIEF_EXP/20); // Penalty for postponing rank up (you keep 5%)
+        THIEF_EXP=(THIEF_EXP*8/10); // Penalty for postponing rank up (you keep 80%)
         THIEF_RANK+=1;
         mesn;
         mesq l("Congrats! You rank up! You are now a(n) @@!", thiefrank());
-- 
cgit v1.2.3-70-g09d2