summaryrefslogtreecommitdiff
path: root/npc/annuals
diff options
context:
space:
mode:
Diffstat (limited to 'npc/annuals')
-rw-r--r--npc/annuals/xmas/2021.txt11
1 files changed, 4 insertions, 7 deletions
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