summaryrefslogtreecommitdiff
path: root/npc/annuals
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-08 12:43:08 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-08 12:43:08 -0300
commitbec0b62689edc69a17f9bd01b0e37bbf73e542df (patch)
treee15fa41b036b94345920d27f5fc734cdea3b9352 /npc/annuals
parente5895847a523ef32e899c98e18e9d00ae27b0b88 (diff)
downloadserverdata-bec0b62689edc69a17f9bd01b0e37bbf73e542df.tar.gz
serverdata-bec0b62689edc69a17f9bd01b0e37bbf73e542df.tar.bz2
serverdata-bec0b62689edc69a17f9bd01b0e37bbf73e542df.tar.xz
serverdata-bec0b62689edc69a17f9bd01b0e37bbf73e542df.zip
Lock the Northern Lights Dungeon if quest wasn't accepted properly.
Diffstat (limited to 'npc/annuals')
-rw-r--r--npc/annuals/xmas/2021.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/annuals/xmas/2021.txt b/npc/annuals/xmas/2021.txt
index a296063b..dc714b15 100644
--- a/npc/annuals/xmas/2021.txt
+++ b/npc/annuals/xmas/2021.txt
@@ -24,6 +24,14 @@ function script X21_DOSTART {
return;
}
+function script X21_DISPATCH {
+ return (XMAS2021 & X21_ALLOWED);
+}
+function script X21_DODISPATCH {
+ XMAS2021 = (XMAS2021 | X21_ALLOWED);
+ return;
+}
+
function script X21BC1_CLEAR {
return (XMAS2021 & X21_BOSSDEFEAT);
}