From 65c634722e6a551388a63193b0c9a28d35ff845f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 17 May 2020 04:20:20 -0300 Subject: Stop using compound names on events --- npc/commands/event.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/commands/event.txt') 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; -- cgit v1.2.3-70-g09d2