diff options
Diffstat (limited to 'npc/items/books.txt')
-rw-r--r-- | npc/items/books.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/books.txt b/npc/items/books.txt index f1ff08dc3..5be057999 100644 --- a/npc/items/books.txt +++ b/npc/items/books.txt @@ -191,7 +191,7 @@ OnInit: if (getskilllv(TMW2_PARUM)) mesc l("Parum - @sk-parum"); next; - mesn l("Current Magic Control"); + mesn l("Current Magic Control (@@)", "abizit"); .@val=MAGIC_EXP+rand(-MAGIC_LVL*5, MAGIC_LVL*5); .@base=(MAGIC_LVL**3); if (.@val > .@base*5) |