summaryrefslogtreecommitdiff
path: root/npc/003-1/eugene.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1/eugene.txt')
-rw-r--r--npc/003-1/eugene.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/npc/003-1/eugene.txt b/npc/003-1/eugene.txt
index c7bb3c580..0936a4afd 100644
--- a/npc/003-1/eugene.txt
+++ b/npc/003-1/eugene.txt
@@ -87,6 +87,7 @@ L_QuestDone:
case 2:
speech S_FIRST_BLANK_LINE,
l("Earlier I hadn't any, but now that I have the baits, I will be glad to sell some to you!");
+ npcshopattach(.name$);
openshop;
closedialog;
}
@@ -116,5 +117,16 @@ OnClock0003:
restoreshopitem CommonCarp, 3;
restoreshopitem GrassCarp, 1;
end;
+
+// Pay your taxes!
+OnBuyItem:
+ debugmes("Purchase confirmed");
+ PurchaseTaxes();
+ end;
+
+OnSellItem:
+ debugmes("Sale confirmed");
+ SaleTaxes();
+ end;
}