summaryrefslogtreecommitdiff
path: root/npc/annuals
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-11-23 11:37:56 -0300
committerJesusaves <cpntb1@ymail.com>2021-11-23 11:37:56 -0300
commitba52b9256c6a7012496300db1e340802d6720720 (patch)
tree012a0fc19d351d32216282381313b04f0ac95c9f /npc/annuals
parent5dd6d5d5a37ef893e56f3b632dad3d0b92f4b0f0 (diff)
downloadserverdata-ba52b9256c6a7012496300db1e340802d6720720.tar.gz
serverdata-ba52b9256c6a7012496300db1e340802d6720720.tar.bz2
serverdata-ba52b9256c6a7012496300db1e340802d6720720.tar.xz
serverdata-ba52b9256c6a7012496300db1e340802d6720720.zip
Fix typos
Diffstat (limited to 'npc/annuals')
-rw-r--r--npc/annuals/xmas/2021.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/annuals/xmas/2021.txt b/npc/annuals/xmas/2021.txt
index 8a24652f..767bbfd1 100644
--- a/npc/annuals/xmas/2021.txt
+++ b/npc/annuals/xmas/2021.txt
@@ -16,6 +16,15 @@ function script X21TYPE {
return (getcharid(1) > 0 ? IOT_PARTY : IOT_CHAR);
}
+function script X21BC1_CLEAR {
+ return (XMAS2021 & X21_BOSSDEFEAT);
+}
+
+function script X21BC1_DOCLEAR {
+ XMAS2021 = (XMAS2021 | X21_BOSSDEFEAT);
+ return;
+}
+
function script X21ED1_CLEAR {
return (XMAS2021 & X21_ALYSSARESCUE);
}