diff options
Diffstat (limited to 'npc/012-1/jack.txt')
-rw-r--r-- | npc/012-1/jack.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/npc/012-1/jack.txt b/npc/012-1/jack.txt index 89af3e614..f1b6912bb 100644 --- a/npc/012-1/jack.txt +++ b/npc/012-1/jack.txt @@ -12,10 +12,13 @@ mesn "Jack, the Lumberjack"; mesq l("Hello there! I'm Jack, the Lumberjack, and enemy of all trees. If you need some firewood, just let me know."); + mes ""; select l("Nothing at the moment, thanks."), rif(.@q1 == 1, l("I need a sturdy wood piece for a Forest Bow.")); + mes ""; + switch (@menu) { case 1: close; @@ -58,10 +61,10 @@ L_Loop: mesq l("Bring me your wood, and I'll show you which one is sturdy, yet flexible enough to make a good Forest Bow."); mes ""; select - l("Don't break my stuff."), - rif(countitem(RawLog) > 0, l("Try this one.")); + rif(countitem(RawLog) > 0, l("Try this one.")), + l("Don't break my stuff."); - if (@menu == 1) + if (@menu == 2) close; mes col("Jack bends the log over his knee.", 9); |