From 6490d9175ba17732cd8a078e40903ee423f2747f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 2 Sep 2019 17:18:17 -0300 Subject: Charge taxes at Tulimshar. Because Tulimshar shops are still the 'classic' shop style, some shops are tax-exempt. Right-click sell also allows you to evade taxes. Now, is this a feature or a bug? --- npc/012-1/shoppakep.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/012-1') diff --git a/npc/012-1/shoppakep.txt b/npc/012-1/shoppakep.txt index 5da112f34..60dc0f700 100644 --- a/npc/012-1/shoppakep.txt +++ b/npc/012-1/shoppakep.txt @@ -74,12 +74,12 @@ OnClock0546: // Pay your taxes! OnBuyItem: debugmes("Purchase confirmed"); - PurchaseTaxes("Hurns"); + PurchaseTaxes(); end; OnSellItem: debugmes("Sale confirmed"); - SaleTaxes("Hurns"); + SaleTaxes(); end; } -- cgit v1.2.3-60-g2f50