diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-25 00:38:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-25 00:38:38 -0300 |
commit | 3244911fd8773f284c44d1fcfc2527e33accf142 (patch) | |
tree | b1245d31c4377043928160e49d3223ba86089624 /npc/012-1/shoppakep.txt | |
parent | c87308aaf7173fc86c14ee17265c5cd9b5c95561 (diff) | |
download | serverdata-3244911fd8773f284c44d1fcfc2527e33accf142.tar.gz serverdata-3244911fd8773f284c44d1fcfc2527e33accf142.tar.bz2 serverdata-3244911fd8773f284c44d1fcfc2527e33accf142.tar.xz serverdata-3244911fd8773f284c44d1fcfc2527e33accf142.zip |
*sigh* additional care so taxes work
Diffstat (limited to 'npc/012-1/shoppakep.txt')
-rw-r--r-- | npc/012-1/shoppakep.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/012-1/shoppakep.txt b/npc/012-1/shoppakep.txt index e8e400c75..2ee13acc2 100644 --- a/npc/012-1/shoppakep.txt +++ b/npc/012-1/shoppakep.txt @@ -9,6 +9,7 @@ mesq lg("Welcome! Only the finest wares!"); next; closedialog; + npcshopattach(.name$); shop .name$; close; @@ -69,8 +70,10 @@ OnClock0546: .CurrentItem=ShoppaKepItem(); sellitem .CurrentItem, -1, rand(1,4); end; + // Pay your taxes! OnBuyItem: + debugmes("Purchase confirmed"); PurchaseTaxes("Hurns"); end; } |