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.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/npc/functions/daily.txt b/npc/functions/daily.txt
index 7bf8f24fa..4a8ad63b8 100644
--- a/npc/functions/daily.txt
+++ b/npc/functions/daily.txt
@@ -128,7 +128,18 @@ function script daily_login_bonus_handler {
dispbottom "##B##2"+l("Merry Christmas!")+" "+l("You have gained a special login bonus!")+"##b##0";
}
}
- // We're done with daily logins
+ // We're almost done with daily logins, just the optional User Interface
+ if (!GSET_DAILYREWARD_SILENT) {
+ setnpcdialogtitle l("Daily Login Rewards");
+ setskin "daily_"+#LOGIN_STREAK;
+ mes "This is a debug message. Your manaplus version is wrong.";
+ mes "You should not be reading this. I'll call you a cheater.";
+ mes "I hope you report this (if a bug). Reading source code?";
+ mes "4144 will hear about this. You are NOT amazing by the way.";
+ select("Ok");
+ setskin "";
+ closeclientdialog;
+ }
}
//debugmes "[DLBH] Finished: "+#LOGIN_DAY+" ok";