summaryrefslogtreecommitdiff
path: root/npc/029-0/event.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/029-0/event.txt')
-rw-r--r--npc/029-0/event.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/029-0/event.txt b/npc/029-0/event.txt
index 047b11bd3..4968696ec 100644
--- a/npc/029-0/event.txt
+++ b/npc/029-0/event.txt
@@ -62,7 +62,7 @@ OnInit:
.distance=5;
.sex=G_MALE;
- sellitem LeatherPatch, -1, 45;
+ sellitem LeatherPatch, 800, 45;
sellitem RawLog, -1, 40;
sellitem WoodenLog, -1, 40;
sellitem Coal, -1, 35;
@@ -78,7 +78,7 @@ OnInit:
sellitem EarthPowder, -1, 3;
sellitem EverburnPowder, -1, 2;
- sellitem AncientBlueprint, -1, 4;
+ sellitem AncientBlueprint, 10000, 4;
sellitem RustyKnife, -1, 5;
sellitem TrainingWand, -1, 5;
sellitem TrainingBow, -1, 5;
@@ -143,7 +143,7 @@ OnClock1801:
.mobp=rand2(1000, 2500);
.mobg=.mobp*rand2(100, 150)/10;
- restoreshopitem LeatherPatch, 45;
+ restoreshopitem LeatherPatch, 800, 45;
restoreshopitem RawLog, 40;
restoreshopitem WoodenLog, 40;
restoreshopitem Coal, 35;
@@ -159,7 +159,7 @@ OnClock1801:
restoreshopitem EarthPowder, 3;
restoreshopitem EverburnPowder, 2;
- restoreshopitem AncientBlueprint, 4;
+ restoreshopitem AncientBlueprint, 10000, 4;
restoreshopitem RustyKnife, 5;
restoreshopitem TrainingWand, 5;
restoreshopitem TrainingBow, 5;