From 3dafdb8d1d9bf783eb8904b9ebc0748c874776d2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 8 Dec 2021 13:38:41 -0300 Subject: Hook 080-1 into the game; Still lacking a flag. --- npc/annuals/xmas/2021.txt | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'npc/annuals') diff --git a/npc/annuals/xmas/2021.txt b/npc/annuals/xmas/2021.txt index 056ca266..eefd3f41 100644 --- a/npc/annuals/xmas/2021.txt +++ b/npc/annuals/xmas/2021.txt @@ -21,6 +21,10 @@ function script X21_START { } function script X21_DOSTART { XMAS2021 = (XMAS2021 | X21_ACCEPTED); + // Actually - reset the quest. + XMAS2021 = X21_ACCEPTED; + /* Prepare the answer to Gak's Crypt */ + XMAS21_KEYWORD = rand2(14); return; } @@ -91,13 +95,6 @@ function script X21SRLZ { return str(.@n); } -function script X21QUESTON { - // Create and setup the challenge. Allow to reset quest. - XMAS2021 = X21_ACCEPTED; - /* Prepare something */ - return; -} - function script X21INIT { // If it is not Christmas, there is no meaning to this. // Halt script execution -- cgit v1.2.3-60-g2f50