summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/003-1/events.txt6
1 files changed, 5 insertions, 1 deletions
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;
}