diff options
Diffstat (limited to 'npc/012-2/melina.txt')
-rw-r--r-- | npc/012-2/melina.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/012-2/melina.txt b/npc/012-2/melina.txt index bdb40dbc4..cfb636bf0 100644 --- a/npc/012-2/melina.txt +++ b/npc/012-2/melina.txt @@ -59,5 +59,9 @@ OnClock2358: else restoreshopitem Beer, 150, ($HELENA_ST/3)+1; end; +// Pay your taxes! +OnBuyItem: + PurchaseTaxes("Hurns"); + end; } |