summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-09 13:52:23 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-09 13:52:23 -0300
commit1768e4a3cf70fe697e55c1e5e4978ae7c12c9d49 (patch)
tree5d759ec50636993665c5984f29a4168c21680e1d
parent3533b66252c46b01a6a806a63c72e31f083001ef (diff)
downloadserverdata-1768e4a3cf70fe697e55c1e5e4978ae7c12c9d49.tar.gz
serverdata-1768e4a3cf70fe697e55c1e5e4978ae7c12c9d49.tar.bz2
serverdata-1768e4a3cf70fe697e55c1e5e4978ae7c12c9d49.tar.xz
serverdata-1768e4a3cf70fe697e55c1e5e4978ae7c12c9d49.zip
Do not set X21_ALYSSARESCUE if X21_BOSSDEFEAT is not.
-rw-r--r--npc/annuals/xmas/2021.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/annuals/xmas/2021.txt b/npc/annuals/xmas/2021.txt
index cd74a9de..e0450964 100644
--- a/npc/annuals/xmas/2021.txt
+++ b/npc/annuals/xmas/2021.txt
@@ -53,7 +53,8 @@ function script X21ED1_CLEAR {
}
function script X21ED1_DOCLEAR {
- XMAS2021 = (XMAS2021 | X21_ALYSSARESCUE);
+ if (X21BC1_CLEAR())
+ XMAS2021 = (XMAS2021 | X21_ALYSSARESCUE);
return;
}