diff options
Diffstat (limited to 'npc/annuals/xmas')
-rw-r--r-- | npc/annuals/xmas/2021.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/annuals/xmas/2021.txt b/npc/annuals/xmas/2021.txt index 8bc59d11..aef54dbc 100644 --- a/npc/annuals/xmas/2021.txt +++ b/npc/annuals/xmas/2021.txt @@ -47,6 +47,7 @@ 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; } @@ -73,6 +74,7 @@ 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; } |