From 76aa29ccfe1f1c732b63c117e08bfeca2b358ebb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 8 Jun 2019 18:40:15 -0300 Subject: This will be just babbling if player have the recipe book --- npc/024-16/craftsman.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'npc/024-16') diff --git a/npc/024-16/craftsman.txt b/npc/024-16/craftsman.txt index 77e4b5fd6..09005b2d6 100644 --- a/npc/024-16/craftsman.txt +++ b/npc/024-16/craftsman.txt @@ -41,9 +41,11 @@ mesn; mesq l("Well, first of, you'll need an @@ and an Equipment Recipe.", getitemlink(RecipeBook)); next; - mesn; - mesq l("If you don't have the recipe book, you'll need to find one... Maybe someone in a household you've already helped is willing to give you one."); - next; + if (!countitem(RecipeBook)) { + mesn; + mesq l("If you don't have the recipe book, you'll need to find one... Maybe someone in a household you've already helped is willing to give you one."); + next; + } mesn; mesq l("Anyway, once you have the recipe book and learned a recipe, you can craft items in forges. I think you can buy it in your apartment."); next; -- cgit v1.2.3-70-g09d2