summaryrefslogtreecommitdiff
path: root/npc/005-6/morgan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/005-6/morgan.txt')
-rw-r--r--npc/005-6/morgan.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/npc/005-6/morgan.txt b/npc/005-6/morgan.txt
index 3647b50eb..fcc7ff67e 100644
--- a/npc/005-6/morgan.txt
+++ b/npc/005-6/morgan.txt
@@ -138,4 +138,18 @@ OnClock0003:
restoreshopitem CottonCloth, 7;
restoreshopitem Fungus, 10;
restoreshopitem Bread, 15;
+ end;
+
+
+// Pay your taxes!
+OnBuyItem:
+ debugmes("Purchase confirmed");
+ PurchaseTaxes();
+ end;
+
+OnSellItem:
+ debugmes("Sale confirmed");
+ SaleTaxes();
+ end;
+
}