From f9e6de6f7edbf95238828640e56cfd957660448f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 2 Aug 2018 22:18:42 -0300 Subject: Fix bad menu on Jeweler --- npc/003-5/jeweler.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/003-5') diff --git a/npc/003-5/jeweler.txt b/npc/003-5/jeweler.txt index 9a9be80e9..eb330f92c 100644 --- a/npc/003-5/jeweler.txt +++ b/npc/003-5/jeweler.txt @@ -83,10 +83,10 @@ L_Gemstone: l("Not today, sorry."), rif(countitem(Diamond) >= 2 , l("Diamond (+2 vit)")), rif(countitem(Ruby) >= 2 , l("Ruby (+2 str)")), - rif(countitem(Amethyst) >= 2, l("Amethyst (+2 dex)")), + rif(countitem(Emerald) >= 2 , l("Emerald (+2 luck)")), rif(countitem(Sapphire) >= 2, l("Sapphire (+2 int)")), rif(countitem(Topaz) >= 2 , l("Topaz (+2 agi)")), - rif(countitem(Emerald) >= 2 , l("Emerald (+2 luck)")); + rif(countitem(Amethyst) >= 2, l("Amethyst (+2 dex)")); mes ""; if (@menu == 1) -- cgit v1.2.3-60-g2f50