summaryrefslogtreecommitdiff
path: root/npc/012-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-24 18:09:37 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-24 18:09:37 -0300
commitc87308aaf7173fc86c14ee17265c5cd9b5c95561 (patch)
treec66e2dc071aabdb5462b7d382260770ef02a47fc /npc/012-3
parent22d32caa83810d18c64c9b2c6f09acec0f015c97 (diff)
downloadserverdata-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-3')
-rw-r--r--npc/012-3/alan.txt6
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;
}