diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-29 13:18:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-29 13:18:37 -0300 |
commit | 465b05a0c2c5abe4a0d36cdf7d020c95051620e2 (patch) | |
tree | c08981e6598e4708cfbd78ca9d5b38d702a60a41 /npc/012-7 | |
parent | b2c27cd397967e694fe889bd0ff1e5645d1fe20c (diff) | |
download | serverdata-465b05a0c2c5abe4a0d36cdf7d020c95051620e2.tar.gz serverdata-465b05a0c2c5abe4a0d36cdf7d020c95051620e2.tar.bz2 serverdata-465b05a0c2c5abe4a0d36cdf7d020c95051620e2.tar.xz serverdata-465b05a0c2c5abe4a0d36cdf7d020c95051620e2.zip |
[skip ci] give some tea when you restock Celestia
Diffstat (limited to 'npc/012-7')
-rw-r--r-- | npc/012-7/celestia.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/012-7/celestia.txt b/npc/012-7/celestia.txt index bd279dd51..ad59a5184 100644 --- a/npc/012-7/celestia.txt +++ b/npc/012-7/celestia.txt @@ -156,6 +156,8 @@ L_TeaCheck: countitem(ChocolateBiscuit) < 2) goto L_Lying; + inventoryplace CelestiaTea, 3; + delitem Acorn, 20; delitem ChocolateMouboo, 20; delitem ChocolateBar, 20; @@ -166,6 +168,7 @@ L_TeaCheck: delitem ChocolateBiscuit, 2; getexp rand(12000, 13000), 0; // level exp cap: 15,775 + getitem CelestiaTea, 3; setq HurnscaldQuest_TeaParty, 2; mes ""; |