From 11f1118a666b176dc61b927ab8e64280497f4e07 Mon Sep 17 00:00:00 2001 From: Salah Eddine <0x0bal@gmail.com> Date: Mon, 10 Nov 2014 10:47:19 +0100 Subject: Update hetchel.txt "In the new Silk Pants questline, Hetchel says "...they are true heros..." and it should be heroes instead. I will also post to IRC to increase chances of this being seen." -Crazyk8e --- world/map/npc/068-2/hetchel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3-60-g2f50 From fbc5557c6584b808e9c1823418a4a30cda22b453 Mon Sep 17 00:00:00 2001 From: Salah Eddine <0x0bal@gmail.com> Date: Mon, 10 Nov 2014 11:01:13 +0100 Subject: Update ferry.txt yes to Yes no to No --- world/map/npc/functions/ferry.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- cgit v1.2.3-60-g2f50