summaryrefslogtreecommitdiff
path: root/npc/002-3/elmo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/002-3/elmo.txt')
-rw-r--r--npc/002-3/elmo.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/002-3/elmo.txt b/npc/002-3/elmo.txt
index ee36f8e2b..3aa022b19 100644
--- a/npc/002-3/elmo.txt
+++ b/npc/002-3/elmo.txt
@@ -151,6 +151,7 @@ function ExpBoost {
.@BONUS=.@AVG_LEVEL/4;
sc_end SC_OVERLAPEXPUP;
sc_start SC_OVERLAPEXPUP, 3600000, min(25, .@BONUS);
+ mesc l("EXP Gain raised in @@% for one hour!", min(25, .@BONUS)), 2;
return;
}