summaryrefslogtreecommitdiff
path: root/npc/functions/event.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-09 17:58:44 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-09 17:58:44 -0300
commit7d6ce8de7accad073621fb24414f8b994748adcc (patch)
treec8ef447307c653dd1cb187c2f34ae8de8038d43a /npc/functions/event.txt
parent75b2b7dc4e9184b2252bd3bd727020bda58b1340 (diff)
downloadserverdata-7d6ce8de7accad073621fb24414f8b994748adcc.tar.gz
serverdata-7d6ce8de7accad073621fb24414f8b994748adcc.tar.bz2
serverdata-7d6ce8de7accad073621fb24414f8b994748adcc.tar.xz
serverdata-7d6ce8de7accad073621fb24414f8b994748adcc.zip
Dark Eggshell Hat can no longer be obtained outside Easter.
(WARNING: Does not survives server restarts)
Diffstat (limited to 'npc/functions/event.txt')
-rw-r--r--npc/functions/event.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/event.txt b/npc/functions/event.txt
index 733658c91..c594bc562 100644
--- a/npc/functions/event.txt
+++ b/npc/functions/event.txt
@@ -533,7 +533,7 @@ OnClock0000:
kamibroadcast("Easter begun!");
if ($EVENT$ != "")
FYStopEvent();
- $EVENT$="Easter";
+ sEaster();
}
// End the event the day after
else if (.@d == .easter_endday+1 && .@m == .easter_endmon) {