diff options
Diffstat (limited to 'world/map/npc/021-1/hetchel.txt')
-rw-r--r-- | world/map/npc/021-1/hetchel.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/021-1/hetchel.txt b/world/map/npc/021-1/hetchel.txt index d2ed7012..f4072c01 100644 --- a/world/map/npc/021-1/hetchel.txt +++ b/world/map/npc/021-1/hetchel.txt @@ -1,7 +1,7 @@ // Hetchel the Silk Weaver -// bh28, +// bh28, // 2013-03, GPLv2. -// +// // Hetchel is referred to by Lora Tay. // She weaves and sells standard double elbow square silk sheets. // She could also sell, dyed sheets, Silk robes from Lora Tay. @@ -9,7 +9,7 @@ // // Hetchel's workshop is actually under repair, Shé'll be back in 021-2 when workers have finished their job. // -// QUEST_WG_state: Global variable indicating winter gloves status. +// QUEST_WG_state: Global variable indicating winter gloves status. // Lora Tay proposes silk Robe if (QUEST_WG_state>= 11). // @SHEET_COCOONS_NR : Number of cocoons required per sheet. // Might ne calculated from @ROBE_COCOONS_NR/@ROBE_SHEETS_NR @@ -79,7 +79,7 @@ L_sheet_menu: goto L_TooMany; set Zeny, Zeny - @SheetCount * @SHEET_ZENY; delitem "SilkCocoon", @SheetCount * @SHEET_COCOONS_NR; - getitem "Silksheet", @SheetCount; + getitem "SilkSheet", @SheetCount; mes "[Hetchel]"; mes "\"Thank you, I hope the sheets will fit your needs."; mes "Please greet Lora for me when you see her.\""; |