summaryrefslogtreecommitdiff
path: root/npc/annuals
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-08 13:38:41 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-08 13:38:41 -0300
commit3dafdb8d1d9bf783eb8904b9ebc0748c874776d2 (patch)
tree0897b195e71302b0a50ee40a8f289a146c9fb9e5 /npc/annuals
parent8578e7db3b992875d877016139a42a0784460218 (diff)
downloadserverdata-3dafdb8d1d9bf783eb8904b9ebc0748c874776d2.tar.gz
serverdata-3dafdb8d1d9bf783eb8904b9ebc0748c874776d2.tar.bz2
serverdata-3dafdb8d1d9bf783eb8904b9ebc0748c874776d2.tar.xz
serverdata-3dafdb8d1d9bf783eb8904b9ebc0748c874776d2.zip
Hook 080-1 into the game; Still lacking a flag.
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