diff options
Diffstat (limited to 'world')
-rw-r--r-- | world/map/npc/009-1/jack.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/world/map/npc/009-1/jack.txt b/world/map/npc/009-1/jack.txt index 9e1ebbe1..65968d5e 100644 --- a/world/map/npc/009-1/jack.txt +++ b/world/map/npc/009-1/jack.txt @@ -160,8 +160,10 @@ L_Yes: L_Shield_state_2: mes "[Jack Lumber]"; - mes "\"Let's see if you have enough of everything.\""; - next; + mes "\"Do you have the " + @RAWLOGS_AMOUNT + " raw logs and " + @SHIELD_COST + " GP for the shield?\""; + menu + "Here it is.", -, + "I'll come back later.", L_Close; if (countitem("RawLog") < @RAWLOGS_AMOUNT) goto L_Not_enough_logs; if (Zeny < @SHIELD_COST) |