summaryrefslogtreecommitdiff
path: root/npc/functions/news.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-17 04:20:20 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-17 04:20:20 -0300
commit65c634722e6a551388a63193b0c9a28d35ff845f (patch)
tree3c36ea2a2284e875b2f9bcf95c28b2e5a3f2be6c /npc/functions/news.txt
parent1d24be501f3f3d733344826262964255f7c6c380 (diff)
downloadserverdata-65c634722e6a551388a63193b0c9a28d35ff845f.tar.gz
serverdata-65c634722e6a551388a63193b0c9a28d35ff845f.tar.bz2
serverdata-65c634722e6a551388a63193b0c9a28d35ff845f.tar.xz
serverdata-65c634722e6a551388a63193b0c9a28d35ff845f.zip
Stop using compound names on events
Diffstat (limited to 'npc/functions/news.txt')
-rw-r--r--npc/functions/news.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt
index 6593e9fd0..aedc04167 100644
--- a/npc/functions/news.txt
+++ b/npc/functions/news.txt
@@ -400,7 +400,7 @@ function script EventHelp {
mes l("Who will collect the most?!");
mesc l("Location: Enchanted Forest, access by Soul Menhir."), 3;
/////////////////////////////////////////////////////////////////////////
- } else if ($EVENT$ == "St. Patrick") {
+ } else if ($EVENT$ == "Patrick") {
mesc ".:: " + l("St. Patrick Day") + " ::.", 2;
mes "";
mes l("A golden pot in woodlands shall reward those who wear green.");
@@ -412,7 +412,7 @@ function script EventHelp {
mes l("Feeling lucky?");
mesc l("Location: North Woodlands, south of Nivalis."), 3;
/////////////////////////////////////////////////////////////////////////
- } else if ($EVENT$ == "Worker Day") {
+ } else if ($EVENT$ == "Worker") {
mesc ".:: " + l("Worker Day") + " ::.", 2;
mes "";
mes l("The International Worker Day is a traditional celebration,");