summaryrefslogtreecommitdiff
path: root/npc/012-7/celestia.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-7/celestia.txt')
-rw-r--r--npc/012-7/celestia.txt13
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;
+
}