diff options
Diffstat (limited to 'npc/003-1/constableperry.txt')
-rw-r--r-- | npc/003-1/constableperry.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/003-1/constableperry.txt b/npc/003-1/constableperry.txt index af211f518..e9d735692 100644 --- a/npc/003-1/constableperry.txt +++ b/npc/003-1/constableperry.txt @@ -30,6 +30,7 @@ L_Quest: next; if (MERC_EXP > (MERC_RANK*2)**5) { MERC_EXP-=(MERC_RANK*2)**5; + MERC_EXP=(MERC_EXP/20); // Penalty for postponing rank up (you keep 5%) MERC_RANK+=1; mesn; mesq l("Congrats! You rank up! You are now a(n) @@!", mercrank()); |