summaryrefslogtreecommitdiff
path: root/npc/annuals/xmas/2021.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/annuals/xmas/2021.txt')
-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);
}