From 4a9de991e2195ef79c2fab2fcc8a2fa48b39f40c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 5 Dec 2021 23:07:57 -0300 Subject: Give a decent amount of tickets for completing the puzzles, or defeating boss --- npc/annuals/xmas/2021.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'npc/annuals') 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; -- cgit v1.2.3-60-g2f50