diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-10-12 20:58:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-10-12 20:58:07 -0300 |
commit | 18cd4fcb7eae603d018d99f5f1a83a13d2ceb704 (patch) | |
tree | e0a9d2eef3abf55840096114c2a106e1b16a8f8d /npc/012-7/celestia.txt | |
parent | bcbb3fddc92d5b7a22ad9fd270b09f4546aa770d (diff) | |
download | serverdata-18cd4fcb7eae603d018d99f5f1a83a13d2ceb704.tar.gz serverdata-18cd4fcb7eae603d018d99f5f1a83a13d2ceb704.tar.bz2 serverdata-18cd4fcb7eae603d018d99f5f1a83a13d2ceb704.tar.xz serverdata-18cd4fcb7eae603d018d99f5f1a83a13d2ceb704.zip |
Celestia and Billy will now collect taxes as intended
Diffstat (limited to 'npc/012-7/celestia.txt')
-rw-r--r-- | npc/012-7/celestia.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/npc/012-7/celestia.txt b/npc/012-7/celestia.txt index 3fad765bd..b49b52a8b 100644 --- a/npc/012-7/celestia.txt +++ b/npc/012-7/celestia.txt @@ -380,4 +380,17 @@ OnClock0002: restoreshopitem SpearmintTea, 5; restoreshopitem ChamomileTea, 10; end; + + +// Pay your taxes! +OnBuyItem: + debugmes("Purchase confirmed"); + PurchaseTaxes(); + end; + +OnSellItem: + debugmes("Sale confirmed"); + SaleTaxes(); + end; + } |