summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-1/ishi.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/003-1/ishi.txt b/npc/003-1/ishi.txt
index 7e6b26f77..af783e5f3 100644
--- a/npc/003-1/ishi.txt
+++ b/npc/003-1/ishi.txt
@@ -19,7 +19,8 @@
if (Mobpt < BaseLevel ** 2)
{
mesn l("Ishi, the Rewards Master");
- mesq l("Welcome! I see you have @@ Monster Points. But that isn't enough to get items, sorry!", Mobpt);
+ mesq l("Welcome! I see you have @@ Monster Points. But that isn't enough to get items at your current level, sorry!", Mobpt);
+ mes col(l("I need at minimum @@ Monster Points to get items at current level.",BaseLevel ** 2),9);
close;
}