summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/weather.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt
index 8c1643359..51a852ae2 100644
--- a/npc/functions/weather.txt
+++ b/npc/functions/weather.txt
@@ -243,6 +243,8 @@ OnMinute45:
attachrid(.@players[.@i]);
callfunc("SC_Bonus", 180, SC_INCMHPRATE, 10, 10);
percentheal 100, 100;
+ callfunc("SC_Bonus", 60, SC_INCFLEERATE, 40, 40); // Night Wishes
+ message(.@players[.@i], "Night wishes: Evasion up!");
message(.@players[.@i], "The night falls.");
detachrid();
}
@@ -257,6 +259,8 @@ OnMinute45:
attachrid(.@players[.@i]);
callfunc("SC_Bonus", 180, SC_INCMHPRATE, 10, 10);
percentheal 100, 100;
+ callfunc("SC_Bonus", 60, SC_ATTHASTE_POTION3, 15, 15); // Morning Rush
+ message(.@players[.@i], "Morning rush: Attack speed up!");
message(.@players[.@i], "The day rises.");
detachrid();
}