summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-06-15 21:40:18 -0300
committerJesusaves <cpntb1@ymail.com>2021-06-15 21:40:18 -0300
commit8ca2b375d0538504500d3ad8969c2c4882e9c96e (patch)
tree7517b569d88b8ad8c825d5636ba5a87dc2c6df9c
parenteb0c0e5dcfee3128be3f25ee8915a87707732883 (diff)
downloadserverdata-8ca2b375d0538504500d3ad8969c2c4882e9c96e.tar.gz
serverdata-8ca2b375d0538504500d3ad8969c2c4882e9c96e.tar.bz2
serverdata-8ca2b375d0538504500d3ad8969c2c4882e9c96e.tar.xz
serverdata-8ca2b375d0538504500d3ad8969c2c4882e9c96e.zip
This is not an official behavior, but give you an option to ask about Jack
stopping to supply wood even when Inspector Quest wasn't started.
-rw-r--r--npc/009-1/jack.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/009-1/jack.txt b/npc/009-1/jack.txt
index f789ec00..5558c69b 100644
--- a/npc/009-1/jack.txt
+++ b/npc/009-1/jack.txt
@@ -30,8 +30,9 @@ L_NotInspector:
next;
if (@Q_Forestbow < 1)
goto L_close;
- mes "I heard you aren't delivering any more living wood. Why not?";
- next;
+ select
+ l("I heard you aren't delivering any more living wood. Why not?");
+ mes "";
goto L_Next;
L_Next: