From bec0b62689edc69a17f9bd01b0e37bbf73e542df Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 8 Dec 2021 12:43:08 -0300 Subject: Lock the Northern Lights Dungeon if quest wasn't accepted properly. --- npc/annuals/xmas/2021.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'npc/annuals') 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); } -- cgit v1.2.3-60-g2f50