diff options
-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 ""; |