diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-11-29 00:33:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-11-29 00:33:49 -0300 |
commit | 69c7ef736fa2fb9ff3ed28a1f30ce23416438484 (patch) | |
tree | a1590830d0e1b53c17029e995ad97983c0f5abc4 /npc/annuals/xmas | |
parent | 3fef87a0b577ba53c020da1fc647b17f6ca6740b (diff) | |
download | serverdata-69c7ef736fa2fb9ff3ed28a1f30ce23416438484.tar.gz serverdata-69c7ef736fa2fb9ff3ed28a1f30ce23416438484.tar.bz2 serverdata-69c7ef736fa2fb9ff3ed28a1f30ce23416438484.tar.xz serverdata-69c7ef736fa2fb9ff3ed28a1f30ce23416438484.zip |
Assign a few Aqua Tickets upon finishing a puzzle for the first time
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; } |