summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-11-29 00:33:49 -0300
committerJesusaves <cpntb1@ymail.com>2021-11-29 00:33:49 -0300
commit69c7ef736fa2fb9ff3ed28a1f30ce23416438484 (patch)
treea1590830d0e1b53c17029e995ad97983c0f5abc4
parent3fef87a0b577ba53c020da1fc647b17f6ca6740b (diff)
downloadserverdata-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
-rw-r--r--npc/annuals/xmas/2021.txt2
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;
}