summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--world/map/npc/068-2/hetchel.txt2
-rw-r--r--world/map/npc/functions/ferry.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/068-2/hetchel.txt b/world/map/npc/068-2/hetchel.txt
index 7c20231f..c81d0cf1 100644
--- a/world/map/npc/068-2/hetchel.txt
+++ b/world/map/npc/068-2/hetchel.txt
@@ -169,7 +169,7 @@ L_Spants_Cry_Cont_2:
mes "";
mes "\"Oh my friend, I have been dreaming of making a garment of my own.";
mes "It always bothered me to see all those wizards and witches here being naked under their cloaks\"";
- mes "\"They must be so embarrassed - they are true heros to give up their dignity to be able to fight the perils of this world\"";
+ mes "\"They must be so embarrassed - they are true heroes to give up their dignity to be able to fight the perils of this world\"";
mes "Hetchel sobs";
menu
"\"So you want to make pants for mages?\"", L_Spants_Cry_Cont_3,
diff --git a/world/map/npc/functions/ferry.txt b/world/map/npc/functions/ferry.txt
index 8cc6de47..829b5f2f 100644
--- a/world/map/npc/functions/ferry.txt
+++ b/world/map/npc/functions/ferry.txt
@@ -139,8 +139,8 @@ function|script|BoardCandorFerry
{
mes "Board the ferry?";
menu
- "yes.", L_Board,
- "no.", L_Return;
+ "Yes.", L_Board,
+ "No.", L_Return;
L_Board:
if (BaseLevel < 40) goto L_TooYoung;