From 2b89ae936a7f5d621397f3b19c79f17401a12766 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 17 May 2020 13:55:14 -0300 Subject: Patrick Saulc fix is over; But what about others...? --- npc/003-1/events.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/npc/003-1/events.txt b/npc/003-1/events.txt index dee279fa5..63e2721e7 100644 --- a/npc/003-1/events.txt +++ b/npc/003-1/events.txt @@ -223,13 +223,17 @@ function handleValentine { ///////////////////////////////////////////////////////////////////////////////// function handleStPatrick { + // Check if St. Patrick day is over D: + if ($EVENT$ != "Patrick") + goto OnRestore; + // Okay, it is still St. Patrick :3 mesn; mesc l("It's St. Patrick Event!"), 3; mes l("At 00:00, 06:00, 12:00, 15:00, 18:00 and 21:00 server time"); mes l("Several special clovers will show up at forests."); next; mes l("They have 10x more chance to drop a @@, so it is a great deal!", getitemlink(FourLeafClover)); - mes l("Also, hidden in a forest which is not either hot or cold, is the Gold Pot Cauldron..."); + mes l("Also, hidden in a forest which is not hot nor cold, is the Gold Pot Cauldron..."); mes l("You can get daily something from it, but unless you're green like me, you will have no luck..."); return; } -- cgit v1.2.3-60-g2f50