summaryrefslogtreecommitdiff
path: root/npc/005-1/vincent.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/005-1/vincent.txt')
-rw-r--r--npc/005-1/vincent.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/005-1/vincent.txt b/npc/005-1/vincent.txt
index 2e772f362..7b6e7e2b2 100644
--- a/npc/005-1/vincent.txt
+++ b/npc/005-1/vincent.txt
@@ -11,7 +11,7 @@
if (.@q == 2) goto L_QuestDone;
speech S_LAST_BLANK_LINE,
- l("I am making a figurin with Bug legs for the upcoming festival."),
+ l("I am making a figurine with Bug legs for the upcoming festival."),
lg("Be a friend and bring me @@ @@.", "Be a friend and bring me @@ @@.", .LegsCount, getitemlink(BugLeg));
switch (select(l("Ok, I'll be back in no time."),
@@ -56,7 +56,7 @@ L_CheckItems:
L_QuestDone:
speech
l("Hey, @@!", strcharinfo(0)),
- l("My figurin is so nice!");
+ l("My figurine is so nice!");
tutmes l("Some quests and events, like the festival, are only available during specific times.");
tutmes l("Some will only repeat yearly, while other events happen weekly or monthly, or in some other time aspect.");
close;