summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/015-2/ben.txt2
1 files changed, 1 insertions, 1 deletions
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());