diff options
Diffstat (limited to 'npc/015-2/ben.txt')
-rw-r--r-- | npc/015-2/ben.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/015-2/ben.txt b/npc/015-2/ben.txt index b8dc4982f..9852ffa48 100644 --- a/npc/015-2/ben.txt +++ b/npc/015-2/ben.txt @@ -30,6 +30,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_RANK+=1; mesn; mesq l("Congrats! You rank up! You are now a(n) @@!", thiefrank()); |