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.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/npc/annuals/xmas/2021.txt b/npc/annuals/xmas/2021.txt
index 61d1fcbc..e9ced287 100644
--- a/npc/annuals/xmas/2021.txt
+++ b/npc/annuals/xmas/2021.txt
@@ -147,7 +147,6 @@ function script X21CANDLE_CHECK {
'XMAS21CANDLE = true;
// Record on player as well, just to be safe.
if (XMAS2021 & X21_CANDLES) return true;
- getitem AquaTicket, 5;
XMAS2021 = (XMAS2021 | X21_CANDLES);
return true;
}
@@ -174,7 +173,6 @@ function script X21SEED_CHECK {
'XMAS21TREE = true;
// Record on player as well, just to be safe.
if (XMAS2021 & X21_PLANTPUZZLE) return true;
- getitem AquaTicket, 5;
XMAS2021 = (XMAS2021 | X21_PLANTPUZZLE);
return true;
}
@@ -202,7 +200,7 @@ function script X21_SEEDS {
delcells("X21L2@"+X21ID());
specialeffect(FX_MAGIC_WICKED_SPAWN, AREA, getcharid(3));
getexp X21_EXP_PUZZLE, 0;
- getitem AquaTicket, 1;
+ getitem AquaTicket, X21_TICKET_PUZZLE;
X21INIT();
}
return;