summaryrefslogtreecommitdiff
path: root/npc/annuals/xmas/2021.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/annuals/xmas/2021.txt')
-rw-r--r--npc/annuals/xmas/2021.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/annuals/xmas/2021.txt b/npc/annuals/xmas/2021.txt
index eefd3f41..3e10faff 100644
--- a/npc/annuals/xmas/2021.txt
+++ b/npc/annuals/xmas/2021.txt
@@ -24,7 +24,10 @@ function script X21_DOSTART {
// Actually - reset the quest.
XMAS2021 = X21_ACCEPTED;
/* Prepare the answer to Gak's Crypt */
- XMAS21_KEYWORD = rand2(14);
+ if (strcharinfo(0) == "kytty")
+ XMAS21_KEYWORD = 7;
+ else
+ XMAS21_KEYWORD = rand2(14);
return;
}