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.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/functions/daily.txt b/npc/functions/daily.txt
index f4d84d802..8c7ea8278 100644
--- a/npc/functions/daily.txt
+++ b/npc/functions/daily.txt
@@ -112,6 +112,15 @@ function script daily_login_bonus_handler {
dispbottom "##B##2"+l("It's TMW2 Project anniversary!")+" "+l("We thank every developer which helped this project thus far!")+"##b##0";
}
}
+ if (gettime(6) == MARCH) {
+ if (#TMW2_LOGINBONUS != gettime(GETTIME_YEAR) && gettime(5) == 2) {
+ #TMW2_LOGINBONUS=gettime(GETTIME_YEAR);
+ getitem MercBoxC, 1;
+ // TMW2 Day is server, not project.
+ // Therefore, players get extra reward
+ dispbottom "##B##2"+l("It's TMW2 Server anniversary!")+" "+l("We thank every player, because without them, this would be nothing!")+"##b##0";
+ }
+ }
if (gettime(6) == DECEMBER) {
if (!#XMAS_LOGINBONUS && gettime(5) >= 24 && gettime(5) <= 26) {
#XMAS_LOGINBONUS=1;