diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-24 18:09:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-24 18:09:37 -0300 |
commit | c87308aaf7173fc86c14ee17265c5cd9b5c95561 (patch) | |
tree | c66e2dc071aabdb5462b7d382260770ef02a47fc /npc/012-5/nicholas.txt | |
parent | 22d32caa83810d18c64c9b2c6f09acec0f015c97 (diff) | |
download | serverdata-c87308aaf7173fc86c14ee17265c5cd9b5c95561.tar.gz serverdata-c87308aaf7173fc86c14ee17265c5cd9b5c95561.tar.bz2 serverdata-c87308aaf7173fc86c14ee17265c5cd9b5c95561.tar.xz serverdata-c87308aaf7173fc86c14ee17265c5cd9b5c95561.zip |
What's the most important thing in a political system? TAXES, OF COURSE!
Diffstat (limited to 'npc/012-5/nicholas.txt')
-rw-r--r-- | npc/012-5/nicholas.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt index 7ffbd14d5..77e84c06c 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -248,4 +248,8 @@ OnClock1801: restoreshopitem Dagger, 600, 5; restoreshopitem SharpKnife, 450, 10; end; +// Pay your taxes! +OnBuyItem: + PurchaseTaxes("Hurns"); + end; } |