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.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/functions/daily.txt b/npc/functions/daily.txt
index e906b8274..fea29e33f 100644
--- a/npc/functions/daily.txt
+++ b/npc/functions/daily.txt
@@ -170,6 +170,13 @@ function script daily_login_bonus_handler {
dispbottom "##B##2"+l("It's International Chocolate Day!")+"##b "+l("All monsters may drop chocolate during this period. And here is one for you!")+"##0";
}
}
+ if (gettime(6) == SEPTEMBER) {
+ if (#TMW2_LOGINBONUS != gettime(GETTIME_YEAR) && gettime(5) == 9) {
+ #TMW2_LOGINBONUS=gettime(GETTIME_YEAR);
+ getitem any(ScentGrenade, Grenade, SmokeGrenade), 1;
+ dispbottom "##B##2"+l("It's the Free Software Day!")+" "+l("Licensing was one of the worst hassle we had, but just today, all mobs may drop Ancient Blueprints. Enjoy!")+"##b##0";
+ }
+ }
if (gettime(6) == OCTOBER) {
if (#TMW2_LOGINBONUS != gettime(GETTIME_YEAR) && gettime(5) == 1) {
#TMW2_LOGINBONUS=gettime(GETTIME_YEAR);