summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}