summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/functions/clientversion.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index c71021c65..d30c07c61 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -983,8 +983,7 @@ function script clientupdater {
if (UPDATE < 1640703437) {
.@u$ = strtolower(strcharinfo(0));
setarray .@xmas21$, "jesusalva", "poppet", "jak1", "horak";
- setarray .@xmas20$, "jesusalva", "poppet", "jak1", "horak",
- "andulkat", "kolchak";
+ setarray .@xmas20$, "andulkat", "kolchak";
if (array_exists(.@xmas21$, .@u$)) {
.@dg=1;
showavatar NPC_LOF_RICH;
@@ -1012,8 +1011,9 @@ function script clientupdater {
getitem GoldenBossGift, 1;
getitem SupremeGift, 1;
getitem MagicApple, 1;
- }
- if (array_exists(.@xmas20$, .@u$)) {
+ getitem Arcanum, 1;
+ getitem StrangeCoin, 30;
+ } else if (array_exists(.@xmas20$, .@u$)) {
getitem Arcanum, 1;
getitem StrangeCoin, 30;
}