diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-02 22:18:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-02 22:18:42 -0300 |
commit | f9e6de6f7edbf95238828640e56cfd957660448f (patch) | |
tree | 71ae884392f7111f2abb138990dba5227c51b878 /npc/003-5/jeweler.txt | |
parent | 3e688151a9de31502ad0b8486897506459bee22f (diff) | |
download | serverdata-f9e6de6f7edbf95238828640e56cfd957660448f.tar.gz serverdata-f9e6de6f7edbf95238828640e56cfd957660448f.tar.bz2 serverdata-f9e6de6f7edbf95238828640e56cfd957660448f.tar.xz serverdata-f9e6de6f7edbf95238828640e56cfd957660448f.zip |
Fix bad menu on Jeweler
Diffstat (limited to 'npc/003-5/jeweler.txt')
-rw-r--r-- | npc/003-5/jeweler.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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) |