From 2593113bb29838985dc3895b21b860d6a3c347b6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 9 Jun 2019 11:27:13 -0300 Subject: Fix bugs --- npc/024-16/craftsman.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/024-16') diff --git a/npc/024-16/craftsman.txt b/npc/024-16/craftsman.txt index 09005b2d6..df3118f65 100644 --- a/npc/024-16/craftsman.txt +++ b/npc/024-16/craftsman.txt @@ -25,9 +25,9 @@ // Main Loop mesc l("Crafting Skill Level: @@", getskilllv(TMW2_CRAFT)); msObjective(CRAFTING_SCORE>=calcRequisites(), - l("Completed Crafts: @@/@@", CRAFTING_SCORE, calcRequisites()); + l("Completed Crafts: @@/@@", CRAFTING_SCORE, calcRequisites()) ); msObjective(Zeny >= calcPrices(), - l("Money: @@ GP", format_number(Zeny)); + l("Money: @@ GP", format_number(Zeny)) ); mes ""; select rif(!CRAFTING_SCORE, l("How can I complete a craft?")), -- cgit v1.2.3-60-g2f50