summaryrefslogtreecommitdiff
path: root/npc/012-1/shoppakep.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-1/shoppakep.txt')
-rw-r--r--npc/012-1/shoppakep.txt4
1 files changed, 2 insertions, 2 deletions
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;
}