diff options
Diffstat (limited to 'npc/012-1')
-rw-r--r-- | npc/012-1/shoppakep.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/012-1/shoppakep.txt b/npc/012-1/shoppakep.txt index ee65b7d9b..e8e400c75 100644 --- a/npc/012-1/shoppakep.txt +++ b/npc/012-1/shoppakep.txt @@ -69,4 +69,8 @@ OnClock0546: .CurrentItem=ShoppaKepItem(); sellitem .CurrentItem, -1, rand(1,4); end; +// Pay your taxes! +OnBuyItem: + PurchaseTaxes("Hurns"); + end; } |