From 1768e4a3cf70fe697e55c1e5e4978ae7c12c9d49 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 9 Dec 2021 13:52:23 -0300 Subject: Do not set X21_ALYSSARESCUE if X21_BOSSDEFEAT is not. --- npc/annuals/xmas/2021.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- cgit v1.2.3-60-g2f50