diff options
Diffstat (limited to 'npc/012-3')
-rw-r--r-- | npc/012-3/alan.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/012-3/alan.txt b/npc/012-3/alan.txt index 6ec713590..d25531bbf 100644 --- a/npc/012-3/alan.txt +++ b/npc/012-3/alan.txt @@ -133,4 +133,9 @@ OnBuyItem: PurchaseTaxes("Hurns"); end; +OnSellItem: + debugmes("Sale confirmed"); + SaleTaxes("Hurns"); + end; + } |