summaryrefslogtreecommitdiff
path: root/npc/005-6
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-05 16:39:05 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-05 16:39:05 -0300
commitd703a6d88ee4e9e9a75a43bdee29e7856c2eef43 (patch)
treef5758ec02fd71b51c77975d124d50f83022a762b /npc/005-6
parente00e54f503ed48e5896d47bb91877dd406a029f4 (diff)
downloadserverdata-d703a6d88ee4e9e9a75a43bdee29e7856c2eef43.tar.gz
serverdata-d703a6d88ee4e9e9a75a43bdee29e7856c2eef43.tar.bz2
serverdata-d703a6d88ee4e9e9a75a43bdee29e7856c2eef43.tar.xz
serverdata-d703a6d88ee4e9e9a75a43bdee29e7856c2eef43.zip
Taxes on Candor!
Diffstat (limited to 'npc/005-6')
-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;
+
}