From f465ab41d3cb31218663bc689a5ed737ae293760 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 6 Jan 2019 15:20:41 -0200 Subject: Start fixing bugs --- npc/014-2/woodywife.txt | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'npc/014-2') diff --git a/npc/014-2/woodywife.txt b/npc/014-2/woodywife.txt index 0459f7f2f..60bfecbef 100644 --- a/npc/014-2/woodywife.txt +++ b/npc/014-2/woodywife.txt @@ -57,7 +57,7 @@ L_Start: mesn; mesq l("My shaman skill protect us, against monsters and thiefs!"); next; - + menu l("Hey if you want I can do some physical work for you!"), L_Ask, l("Can you teach me a basic shaman skill? please?"), L_Skill, @@ -103,7 +103,7 @@ L_Check: L_Give: if ( countitem(RawLog) < 40 || - countitem(Coal) < 5 + countitem(Coal) < 5 ) goto L_Nope; inventoryplace RedApple, 3; @@ -124,13 +124,12 @@ L_Complete: mesn; mesq l("Wandering too much? Take care to don't get lost."); close; - + L_Woody: mesn; mesq l("Woody is inside, he probably craft some stuff with animals pelts."); - next; - close: - + close; + L_Hood: mesn; mesq l("You search for Bandit hoods."); @@ -151,7 +150,7 @@ L_Force: mesq l("Anyway, my herb mixture keep monsters away."); next; close; - + L_Skill: mesn; //mesq l("I don't know if jesusalva allow me to teach you a basic chaman skill!? ."); @@ -162,7 +161,7 @@ L_Skill: mesq l("You see, it need certain special items... Oh, just blame Jesusalva for this one."); next; close; - + L_Nope: mesn; mesc l("humm... You don't have everything I've asked for!"); -- cgit v1.2.3-70-g09d2