summaryrefslogtreecommitdiff
path: root/npc/003-1/itka.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1/itka.txt')
-rw-r--r--npc/003-1/itka.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/npc/003-1/itka.txt b/npc/003-1/itka.txt
index 4daf67a40..ff4d7fdbd 100644
--- a/npc/003-1/itka.txt
+++ b/npc/003-1/itka.txt
@@ -12,6 +12,7 @@
mesq l("Anyway, I am selling Cherry Cakes to sponsor my studies. Please buy as many as you want!");
if (TUTORIAL) mesc l("Protip: Ducks and Giant Maggots also drops Cherry Cakes.");
next;
+ npcshopattach(.name$);
openshop;
closedialog;
close;
@@ -31,4 +32,15 @@ OnInit:
.sex = G_FEMALE;
.distance = 5;
end;
+
+// Pay your taxes!
+OnBuyItem:
+ debugmes("Purchase confirmed");
+ PurchaseTaxes();
+ end;
+
+OnSellItem:
+ debugmes("Sale confirmed");
+ SaleTaxes();
+ end;
}