summaryrefslogtreecommitdiff
path: root/npc/annuals
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-05 23:07:57 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-05 23:07:57 -0300
commit4a9de991e2195ef79c2fab2fcc8a2fa48b39f40c (patch)
tree245917dc8615434ebf599336e4868ba6208b34e0 /npc/annuals
parenta8956b419faa9d1925e2f6ac5fc2bec1d8029292 (diff)
downloadserverdata-4a9de991e2195ef79c2fab2fcc8a2fa48b39f40c.tar.gz
serverdata-4a9de991e2195ef79c2fab2fcc8a2fa48b39f40c.tar.bz2
serverdata-4a9de991e2195ef79c2fab2fcc8a2fa48b39f40c.tar.xz
serverdata-4a9de991e2195ef79c2fab2fcc8a2fa48b39f40c.zip
Give a decent amount of tickets for completing the puzzles, or defeating boss
Diffstat (limited to 'npc/annuals')
-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;