diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/024-16/craftsman.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/024-16/craftsman.txt b/npc/024-16/craftsman.txt index 740169b0c..77e4b5fd6 100644 --- a/npc/024-16/craftsman.txt +++ b/npc/024-16/craftsman.txt @@ -24,8 +24,10 @@ next; // Main Loop mesc l("Crafting Skill Level: @@", getskilllv(TMW2_CRAFT)); - mesc l("Completed Crafts: @@/@@", CRAFTING_SCORE, calcRequisites()); - mesc l("Money: @@ GP", format_number(Zeny)), 3; + msObjective(CRAFTING_SCORE>=calcRequisites(), + l("Completed Crafts: @@/@@", CRAFTING_SCORE, calcRequisites()); + msObjective(Zeny >= calcPrices(), + l("Money: @@ GP", format_number(Zeny)); mes ""; select rif(!CRAFTING_SCORE, l("How can I complete a craft?")), |