diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-03 20:20:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-03 20:20:50 -0300 |
commit | 538877fc11796dd8e16bee78e639ec6a91661487 (patch) | |
tree | 23f9283cd518ea52f827c705995e1c233b5f2224 /npc/annuals/xmas | |
parent | 1a63e9cf5fe39b7044791249267d2b6c7d3f0fbd (diff) | |
download | serverdata-538877fc11796dd8e16bee78e639ec6a91661487.tar.gz serverdata-538877fc11796dd8e16bee78e639ec6a91661487.tar.bz2 serverdata-538877fc11796dd8e16bee78e639ec6a91661487.tar.xz serverdata-538877fc11796dd8e16bee78e639ec6a91661487.zip |
Change this to be constant, and bump from 12.5k to 15k
Diffstat (limited to 'npc/annuals/xmas')
-rw-r--r-- | npc/annuals/xmas/2021.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/annuals/xmas/2021.txt b/npc/annuals/xmas/2021.txt index 0cc4164a..530e92a6 100644 --- a/npc/annuals/xmas/2021.txt +++ b/npc/annuals/xmas/2021.txt @@ -101,7 +101,7 @@ function script X21_SEEDS { if (X21SEED_CHECK()) { delcells("X21L2@"+X21ID()); specialeffect(FX_MAGIC_WICKED_SPAWN, AREA, getcharid(3)); - getexp 12500, 0; + getexp X21_EXP_PUZZLE, 0; } return; } |