summaryrefslogtreecommitdiff
path: root/npc/012-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-1')
-rw-r--r--npc/012-1/shoppakep.txt3
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;
}