summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/009-2/scholar.txt2
-rw-r--r--npc/017-1/shops.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/npc/009-2/scholar.txt b/npc/009-2/scholar.txt
index 7be123c2c..64e5cb6c1 100644
--- a/npc/009-2/scholar.txt
+++ b/npc/009-2/scholar.txt
@@ -17,7 +17,7 @@
mesq l("Out of my experience, you are ready to learn magic.");
next;
mesn;
- mesq l("A pity that without having born with magic, you need a Mana Stone... And there are none left...");
+ mesq l("A pity that without being born with magic, you need a Mana Stone... And there are none left...");
mesc l("*sigh*");
if (.@q < 1)
goto L_Intro;
diff --git a/npc/017-1/shops.txt b/npc/017-1/shops.txt
index ec30f6422..acda66d8a 100644
--- a/npc/017-1/shops.txt
+++ b/npc/017-1/shops.txt
@@ -23,12 +23,14 @@ OnInit:
sellitem YellowDye, -1, 1;
sellitem CottonCloth, -1, 3;
+ sellitem ArrowAmmoBox, -1, 5;
end;
OnClock1250:
OnClock0112:
restoreshopitem YellowDye, -1, 1;
restoreshopitem CottonCloth, -1, 3;
+ restoreshopitem ArrowAmmoBox, -1, 5;
end;
}