diff options
Diffstat (limited to 'npc/012-3/alan.txt')
-rw-r--r-- | npc/012-3/alan.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/012-3/alan.txt b/npc/012-3/alan.txt index 286270e78..e595465d8 100644 --- a/npc/012-3/alan.txt +++ b/npc/012-3/alan.txt @@ -125,5 +125,11 @@ OnClock1800: restoreshopitem CursedArrow, -1, (($ARKIM_ST-1400)/200); if ($ARKIM_ST > 5600) restoreshopitem PoisonArrow, -1, (($ARKIM_ST-2800)/200); + end; + +// Pay your taxes! +OnBuyItem: + PurchaseTaxes("Hurns"); + end; } |