summaryrefslogtreecommitdiff
path: root/npc/functions/daily.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/daily.txt')
-rw-r--r--npc/functions/daily.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/functions/daily.txt b/npc/functions/daily.txt
index 747b90b..d784208 100644
--- a/npc/functions/daily.txt
+++ b/npc/functions/daily.txt
@@ -66,8 +66,7 @@ function script daily_login_bonus_handler {
if (gettime(6) == OCTOBER) {
if (#TMW2_LOGINBONUS != gettime(GETTIME_YEAR) && gettime(5) == 1) {
#TMW2_LOGINBONUS=gettime(GETTIME_YEAR);
- getitem Coffee, 1;
- getexp BaseLevel, JobLevel;
+ getitem Coffee, 2;
dispbottom "##B##2"+l("It's the International Coffee Day!")+" "+l("Have a warm cup of Coffee on the house, and enjoy!")+"##b##0";
}
}