summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/003-3/malindou.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt
index ec7f54649..6f3afa2c7 100644
--- a/npc/003-3/malindou.txt
+++ b/npc/003-3/malindou.txt
@@ -597,6 +597,9 @@ OnPCLoginEvent:
// Alcohol system reset
ALCReset();
+ // Newbie bonuses recalc
+ if (BaseLevel < 20) NewcomerEXPDROPUP();
+
// Daily rewards (always the last)
daily_login_bonus_handler();
end;