summaryrefslogtreecommitdiff
path: root/npc/functions/daily.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-24 07:40:59 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-24 07:40:59 -0300
commit4e37370e4690529d1fb2e7b8ef8764f470d5289f (patch)
treedcd74b57ce02a568cc32dffdb9d4c6d9fe1c6635 /npc/functions/daily.txt
parente90014e862ca97244f73c5c3ebbfa3b9c8373de4 (diff)
downloadserverdata-4e37370e4690529d1fb2e7b8ef8764f470d5289f.tar.gz
serverdata-4e37370e4690529d1fb2e7b8ef8764f470d5289f.tar.bz2
serverdata-4e37370e4690529d1fb2e7b8ef8764f470d5289f.tar.xz
serverdata-4e37370e4690529d1fb2e7b8ef8764f470d5289f.zip
Add craft recipes for the scrolls. Now that grenades aren't rare anymore...
...Replace whatever was giving them with the newer items. Often.
Diffstat (limited to 'npc/functions/daily.txt')
-rw-r--r--npc/functions/daily.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/daily.txt b/npc/functions/daily.txt
index 522d14a07..3d2dc906a 100644
--- a/npc/functions/daily.txt
+++ b/npc/functions/daily.txt
@@ -174,7 +174,7 @@ function script daily_login_bonus_handler {
if (gettime(6) == SEPTEMBER) {
if (#TMW2_LOGINBONUS != gettime(GETTIME_YEAR) && gettime(5) == 9) {
#TMW2_LOGINBONUS=gettime(GETTIME_YEAR);
- getitem any(ScentGrenade, Grenade, SmokeGrenade), 1;
+ getitem any(ScentGrenade, Grenade, SmokeGrenade), 2;
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";
}
}