summaryrefslogtreecommitdiff
path: root/npc/012-1
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-1
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-1')
-rw-r--r--npc/012-1/shoppakep.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/012-1/shoppakep.txt b/npc/012-1/shoppakep.txt
index ee65b7d9b..e8e400c75 100644
--- a/npc/012-1/shoppakep.txt
+++ b/npc/012-1/shoppakep.txt
@@ -69,4 +69,8 @@ OnClock0546:
.CurrentItem=ShoppaKepItem();
sellitem .CurrentItem, -1, rand(1,4);
end;
+// Pay your taxes!
+OnBuyItem:
+ PurchaseTaxes("Hurns");
+ end;
}