summaryrefslogtreecommitdiff
path: root/npc/commands/event.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/event.txt')
-rw-r--r--npc/commands/event.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt
index abbe5f34c..0b18dcbd0 100644
--- a/npc/commands/event.txt
+++ b/npc/commands/event.txt
@@ -328,7 +328,7 @@ function script GlobalEventMenu {
set $EVENT$, "Valentine"; $@VALENTINE_LOVELETTER = htnew(); $@VALENTINE_GIFTSTACKS = htnew(); logmes "Enabled VALENTINE DAY event.", LOGMES_ATCOMMAND;
break;
case 3:
- $EVENT$="St. Patrick";
+ $EVENT$="Patrick";
$@PATRICK_DAYMAX=31;
enablenpc "sPatrick";
enablenpc "Patrick Saulc";
@@ -338,7 +338,7 @@ function script GlobalEventMenu {
break;
case 4: sEaster(); break;
case 5:
- set $EVENT$, "Worker Day";
+ set $EVENT$, "Worker";
logmes "Enabled WORKERS DAY event.", LOGMES_ATCOMMAND;
/*
addmonsterdrop(Snake, Pearl, 10);
@@ -525,7 +525,7 @@ OnEffect:
message strcharinfo(0), l("You are now at the Magical Forest.");
end;
}
- if ($EVENT$ == "Worker Day") {
+ if ($EVENT$ == "Worker") {
warp "001-5", 22, 79;
message strcharinfo(0), l("You are now at the Contributor's Cave.");
end;